-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
###⚠️ Cautions and Deprecations! - update spaCy up to `3.0.5`; - update spaCy model `en_core_web_sm` up to `3.0.0`; - update `pdfminer.six` up to `20201018`; - update `flask-cors` up to `3.0.10`; - added new documents for testing services for English language; - changed API endpoint URL to get XML structure ** allterms.xml ** for English language: old: `host[:port]/ken/api/en/file/allterm` new: `host[:port]/ken/api/en/allterms` From now on, the same API endpoint is used for processing/analyzing English texts in the form of messages and files: `host[:port]/ken/api/en/allterms`. ### 🏭 New features - аdded API for text processing / analysis in English (namely, receiving `allterms.xml`) in the form of messages. Example of input data: ```json { "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 API Endpoint: `host[:port]/ken/api/en/allterms` ### 👍 Improvements - improved processing of complex English terms, in particular, from three words; - updated API description for text processing / analysis in the form of messages and files for English and Ukrainian languages in the file `HELP.md`. ### 🔴 Bug fixes - fixed errors in displaying / visualizing dependencies for terms in the `# depparse_tab` element, namely in` # displacy`; - various bugfixes.
- Loading branch information
1 parent
5e64230
commit 4df3aec
Showing
13 changed files
with
1,381 additions
and
507 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.