spaCy/spacy/parts_of_speech.pxd

18 lines
185 B
Cython
Raw Normal View History

2015-01-25 14:00:39 +03:00
# Google universal tag set
cpdef enum univ_pos_t:
NO_TAG
ADJ
ADV
ADP
CONJ
DET
NOUN
NUM
PRON
PRT
VERB
X
PUNCT
EOL
N_UNIV_TAGS