Skip to content

Lemmatizer

The content of the lemmatizer object is different for each tag. The table bellow references all the keys that are available, and lists the tags that will return them (see POS Tagger and list of tags).

Lemmatizer object

KEYTYPEDESCRIPTIONCONSTRAINTSTAGS
conjugatelist of Conjugate ObjectsList possible conjugationssee ConjugationsV
confidencefloatlevel of confidence in the results (higher is better)0 <= confidence <= 1(all)
genderGender Objectdescribes the gender and plurality-VP, JJ, N, D, PD
lemmastringlemmatized version of the source-C, CC, CLO, CLS, D, JJ, N, NP, PUNCT, P, PD, PROREL, RB, RB_WH, SYM, UH
infinitlist of stringlist of possible verb infinitives-V, VP
numberfloatvalue-CD
modestring--D, PD
possessingintsee Possessive determiners-D, PD
pronomintsee Pronouns-CLS
designationlist of stringsee Categories-CLO
categorystringsee Adverb Categories-RB
sourcestring--RB, P
senslist of Preposition sens object--P

Conjugate Object

KEYTYPEDESCRIPTION
modestring-
pronomintsee Pronouns
tempsstring-

Gender Object

Gives information about the gender and plurality of a word.

KEYTYPEDESCRIPTIONCONSTRAINTS
femalebool-true or false
pluralbool-true or false

Preposition sens Object

KEYTYPEDESCRIPTION
sensstringsee Preposition sens
categorystringsee Preposition categories
nextstringsee Preposition next

register-sticky