mirror of https://github.com/explosion/spaCy.git
* Add parts-of-speech file
This commit is contained in:
parent
be990810bf
commit
92fb9257dd
|
@ -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
|
Loading…
Reference in New Issue