class documentation
class POS(Enum):
Universal POS tag set.
Class Method | from |
Construct a POS from a POS tag character. |
Static Method | compare |
Compare POSes. |
Constant | ADJ |
Adjective |
Constant | ADV |
Adverb |
Constant | NOUN |
Noun |
Constant | VERB |
Verb |
Property | ordinal |
The ordinal property |
Property | tag |
Get the POS tag character. |
Method | __repr__ |
Undocumented |
Method | __str__ |
Undocumented |