* Add parts-of-speech file

This commit is contained in:
Matthew Honnibal 2015-01-25 22:00:39 +11:00
parent be990810bf
commit 92fb9257dd

17
spacy/parts_of_speech.pxd Normal file
View File

@ -0,0 +1,17 @@
# 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