Inflect
| API | Description |
|---|---|
| GET api/Derivate?word={word}&fromEtag={fromEtag}&toEtag={toEtag}&lang={lang} |
Derivate a word, complex morphologic operation, not always possible because there are several hidden internal rules in lingüistics, and the service addresses the best fit, (if any was found). |
| GET api/Flex?word={word}&lang={lang} |
Perform inflection on the word |
| POST api/Inflect |
Inflection |
WebHook
| API | Description |
|---|---|
| POST api/webhook/thais/{EventName}/{Channel} |
No documentation available. |
| POST api/webhook/mobbex/{BotId}/{EventName}/{Channel}/{userId} |
No documentation available. |
| POST api/webhook/telegram/{botid} |
No documentation available. |
| POST api/webhook/telebot/{channel}/{botid} |
No documentation available. |
| POST api/webhook/odoo/{customer}/{id} |
No documentation available. |
Lexer
| API | Description |
|---|---|
| GET api/Lexer/Correct?text={text}&lang={lang}&flags={flags}&expandAbbrev={expandAbbrev}&join={join}&useLocalContext={useLocalContext}&SpellRepairs={SpellRepairs}&contextID={contextID} |
Spell-corrects a text, in a specific language: lang (defaults to spanish), with many more rich options like a specific context |
| GET api/Lexer/Related?word={word}&lang={lang}&ignoreDiacrits={ignoreDiacrits} |
Retrieves a list of semmantically-related words (Thesaurus alike) |
| GET api/Lexer/Synonyms?word={word}&lang={lang}&POS={POS} |
Returns the list of synonyms (if existing) of the word (word: must be in root/neutral form, no inflection) |
| POST api/Lexer |
Morphologic analyze a text, with plenty of options available |
| PUT api/Lexer/{id} |
Sets an external semantic-disambiguation context for this id, usable afterwards as contextID with the morphologic analyzer, Spell corrector, etc. |