mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-10 19:57:17 +03:00
* Add parts-of-speech file
This commit is contained in:
parent
be990810bf
commit
92fb9257dd
17
spacy/parts_of_speech.pxd
Normal file
17
spacy/parts_of_speech.pxd
Normal 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
|
Loading…
Reference in New Issue
Block a user