spaCy/spacy/parts_of_speech.pxd
2015-01-25 22:00:39 +11:00

18 lines
185 B
Cython

# 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