mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-25 17:36:30 +03:00
Fix symbol alignment
This commit is contained in:
parent
7281026879
commit
c345c042b0
|
@ -81,7 +81,6 @@ cdef enum symbol_t:
|
||||||
DEP
|
DEP
|
||||||
ENT_IOB
|
ENT_IOB
|
||||||
ENT_TYPE
|
ENT_TYPE
|
||||||
ENT_KB_ID
|
|
||||||
HEAD
|
HEAD
|
||||||
SENT_START
|
SENT_START
|
||||||
SPACY
|
SPACY
|
||||||
|
@ -461,3 +460,5 @@ cdef enum symbol_t:
|
||||||
xcomp
|
xcomp
|
||||||
|
|
||||||
acl
|
acl
|
||||||
|
|
||||||
|
ENT_KB_ID
|
||||||
|
|
Loading…
Reference in New Issue
Block a user