Fix inconsistencies in the symbols table

This commit is contained in:
Matthew Honnibal 2018-02-18 13:51:31 +01:00
parent 66496ac8e1
commit dd9b0945af
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -459,6 +459,7 @@ IDS = {
"punct": punct,
"quantmod": quantmod,
"rcmod": rcmod,
"relcl": relcl,
"root": root,
"xcomp": xcomp,