Version 2.5.9-SNAPSHOT
/analyze/[word] : morphological analysis of the word (guessing of out-of-vocabulary words disabled by default)
/analyze/en/[word] : morphological analysis of the word with attribute names in English
/analyzesentence/[query] : JSON format of analysis for each token in a sentence for tagger needs
/tokenize/[query] or POST to /tokenize : tokenization of sentences
/verbs/[query] and /neverbs/[query] : Support webservice for 'verbs' valency annotation tool - possible inflections of wordform
/v1/inflections/[query] : generate all inflectional forms of a lemma
/v1/inflections/[query]¶digm=[paradigm name] : generate all inflectional forms of a lemma according to the given paradigm
/v1/inflections/[query]¶digm=[paradigm name]&stem1=[infinitive stem]&stem2=[present stem]&stem3=[past stem] : generate all inflectional forms of a verb from a 1st conjunction
/inflect/[format]/[query] : generate all inflectional forms of a lemma
/inflect/[format]/[language]/[query] : generate all inflectional forms of a lemma
/suitable_paradigm/[lemma] : provides a sorted lists of paradigms that may form the provided lemma
/morphotagger/[query] : do statistical morphological disambiguation of a sentence
/inflect_people/json/[query]?gender=[m/f] : generate all inflectional forms of words, assuming that they are person names
/inflect_phrase/[phrase]?category=[person/org/loc] : try to inflect a multiword expression / named entity, given its category
/normalize_phrase/[phrase]?category=[person/org/loc] : try to transform a multiword expression / named entity to its base form, given its category