Skip to content

v3.3.0, 2020-04-21

Compare
Choose a tag to compare
@malakhovks malakhovks released this 21 Apr 08:38
· 62 commits to master since this release

⚠️ Зауваження

  • ENG🇬🇧 Змінено URL кінцевої точки API для отримання XML-структуру parce.xml:
    було:
    host[:port]/ken/api/en/file/parcexml
    стало:
    host[:port]/ken/api/en/parcexml
    Відтепер для обробки/аналізу текстів у вигляді повідомлень та файлів діє одна й та сама кінцева точка API: host[:port]/ken/api/en/parcexml.

🏭 Нові можливості

  • ENG🇬🇧 Додано API для обробки/аналізу текстів (а саме, отримання parce.xml) у вигляді повідомлень. Приклад вхідних даних:

    {
      "message": "After the vision of the Semantic Web was broadcasted at the turn of the millennium, ontology became a synonym for the solution to many problems concerning the fact that computers do not understand human language: if there were an ontology and every document were marked up with it and we had agents that would understand the mark-up, then computers would finally be able to process our queries in a really sophisticated way. Some years later, the success of Google shows us that the vision has not come true, being hampered by the incredible amount of extra work required for the intellectual encoding of semantic mark-up – as compared to simply uploading an HTML page."
    }

    HTTP method: POST
    Кінцева точка: host[:port]/ken/api/en/parcexml

👍 Покращення

  • UKR🇺🇦 ENG🇬🇧 Оновлено опис API для обробки/аналізу текстів у вигляді повідомлень та файлів для Англійської та Української мов у файлі HELP.md.

🔴 Виправлення помилок

  • UKR🇺🇦 ENG🇬🇧 дрібні виправлення.