1
1
mirror of https://github.com/explosion/spaCy.git synced 2025-04-06 10:14:13 +03:00

* Remove dependency on ner_util module

This commit is contained in:
Matthew Honnibal 2015-03-24 05:03:13 +01:00
parent 01c892f583
commit 411bf377d4

View File

@ -9,7 +9,6 @@ from ..structs cimport TokenC, Entity
from thinc.typedefs cimport weight_t
from .conll cimport GoldParse
from .ner_util import iob_to_biluo
cdef enum: