mirror of https://github.com/explosion/spaCy.git
Fix LANG symbol
This commit is contained in:
parent
0bf2f6be29
commit
c0caf7cf27
|
@ -87,4 +87,4 @@ cdef enum attr_id_t:
|
||||||
SPACY
|
SPACY
|
||||||
PROB
|
PROB
|
||||||
|
|
||||||
LANG = 999
|
LANG
|
||||||
|
|
|
@ -457,4 +457,4 @@ cdef enum symbol_t:
|
||||||
|
|
||||||
acl
|
acl
|
||||||
LAW
|
LAW
|
||||||
LANG = 999
|
LANG
|
||||||
|
|
Loading…
Reference in New Issue