mirror of
https://github.com/explosion/spaCy.git
synced 2025-07-01 02:13:07 +03:00
* Add typedefs.pyx
This commit is contained in:
parent
351f2041ff
commit
6a3e39cdd1
16
spacy/typedefs.pyx
Normal file
16
spacy/typedefs.pyx
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
UNIV_TAG_NAMES = {
|
||||||
|
"NO_TAG": NO_TAG,
|
||||||
|
"ADJ": ADJ,
|
||||||
|
"ADV": ADV,
|
||||||
|
"ADP": ADP,
|
||||||
|
"CONJ": CONJ,
|
||||||
|
"DET": DET,
|
||||||
|
"NOUN": NOUN,
|
||||||
|
"NUM": NUM,
|
||||||
|
"PRON": PRON,
|
||||||
|
"PRT": PRT,
|
||||||
|
"VERB": VERB,
|
||||||
|
"X": X,
|
||||||
|
"PUNCT": PUNCT,
|
||||||
|
"EOL": EOL
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user