mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-12 18:26:30 +03:00
* Remove dependency on ner_util module
This commit is contained in:
parent
01c892f583
commit
411bf377d4
|
@ -9,7 +9,6 @@ from ..structs cimport TokenC, Entity
|
||||||
|
|
||||||
from thinc.typedefs cimport weight_t
|
from thinc.typedefs cimport weight_t
|
||||||
from .conll cimport GoldParse
|
from .conll cimport GoldParse
|
||||||
from .ner_util import iob_to_biluo
|
|
||||||
|
|
||||||
|
|
||||||
cdef enum:
|
cdef enum:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user