Add missing symbol for LANG attr. Fixes inconsistent numeric ID

This commit is contained in:
Matthew Honnibal 2018-02-17 17:37:02 +01:00
parent 97a228a4ce
commit 0bf2f6be29
3 changed files with 3 additions and 1 deletions

View File

@ -87,4 +87,4 @@ cdef enum attr_id_t:
SPACY
PROB
LANG
LANG = 999

View File

@ -457,3 +457,4 @@ cdef enum symbol_t:
acl
LAW
LANG = 999

View File

@ -90,6 +90,7 @@ IDS = {
"SENT_START": SENT_START,
"SPACY": SPACY,
"PROB": PROB,
"LANG": LANG,
"ADJ": ADJ,
"ADP": ADP,