mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-10 19:57:17 +03:00
Fix inconsistencies in the symbols table
This commit is contained in:
parent
66496ac8e1
commit
dd9b0945af
|
@ -85,6 +85,7 @@ cdef enum symbol_t:
|
|||
SENT_START
|
||||
SPACY
|
||||
PROB
|
||||
LANG
|
||||
|
||||
ADJ
|
||||
ADP
|
||||
|
@ -394,6 +395,7 @@ cdef enum symbol_t:
|
|||
EVENT
|
||||
WORK_OF_ART
|
||||
LANGUAGE
|
||||
LAW
|
||||
|
||||
DATE
|
||||
TIME
|
||||
|
@ -452,10 +454,9 @@ cdef enum symbol_t:
|
|||
prt
|
||||
punct
|
||||
quantmod
|
||||
relcl
|
||||
rcmod
|
||||
root
|
||||
xcomp
|
||||
|
||||
acl
|
||||
LAW
|
||||
LANG
|
||||
|
|
|
@ -459,6 +459,7 @@ IDS = {
|
|||
"punct": punct,
|
||||
"quantmod": quantmod,
|
||||
"rcmod": rcmod,
|
||||
"relcl": relcl,
|
||||
"root": root,
|
||||
"xcomp": xcomp,
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user