mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-25 17:36:30 +03:00
Add missing symbol for LANG attr. Fixes inconsistent numeric ID
This commit is contained in:
parent
97a228a4ce
commit
0bf2f6be29
|
@ -87,4 +87,4 @@ cdef enum attr_id_t:
|
|||
SPACY
|
||||
PROB
|
||||
|
||||
LANG
|
||||
LANG = 999
|
||||
|
|
|
@ -457,3 +457,4 @@ cdef enum symbol_t:
|
|||
|
||||
acl
|
||||
LAW
|
||||
LANG = 999
|
||||
|
|
|
@ -90,6 +90,7 @@ IDS = {
|
|||
"SENT_START": SENT_START,
|
||||
"SPACY": SPACY,
|
||||
"PROB": PROB,
|
||||
"LANG": LANG,
|
||||
|
||||
"ADJ": ADJ,
|
||||
"ADP": ADP,
|
||||
|
|
Loading…
Reference in New Issue
Block a user