diff --git a/spacy/parts_of_speech.pxd b/spacy/parts_of_speech.pxd new file mode 100644 index 000000000..4b9c343d1 --- /dev/null +++ b/spacy/parts_of_speech.pxd @@ -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