mirror of https://github.com/explosion/spaCy.git
Add ENT_ID constant
This commit is contained in:
parent
fa272fdf12
commit
62655fd36f
|
@ -5,6 +5,7 @@ from ..symbols import *
|
|||
|
||||
|
||||
PRON_LEMMA = "-PRON-"
|
||||
ENT_ID = "ent_id"
|
||||
|
||||
|
||||
def update_exc(exc, additions):
|
||||
|
|
Loading…
Reference in New Issue