tag property

String? tag
getter/setter pair

The part of speech tag. Possible string values are:

  • "UNKNOWN" : Unknown
  • "ADJ" : Adjective
  • "ADP" : Adposition (preposition and postposition)
  • "ADV" : Adverb
  • "CONJ" : Conjunction
  • "DET" : Determiner
  • "NOUN" : Noun (common and proper)
  • "NUM" : Cardinal number
  • "PRON" : Pronoun
  • "PRT" : Particle or other function word
  • "PUNCT" : Punctuation
  • "VERB" : Verb (all tenses and modes)
  • "X" : Other: foreign words, typos, abbreviations
  • "AFFIX" : Affix

Implementation

core.String? tag;