mirror of https://github.com/explosion/spaCy.git
* Add typedefs.pyx
This commit is contained in:
parent
351f2041ff
commit
6a3e39cdd1
|
@ -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