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