mirror of
https://github.com/explosion/spaCy.git
synced 2025-07-11 16:52:21 +03:00
Fix typedef import.
This commit is contained in:
parent
1d2994affe
commit
4c7bd3026d
|
@ -8,7 +8,7 @@ from cymem.cymem cimport Pool
|
||||||
from ..errors import Errors
|
from ..errors import Errors
|
||||||
from ..tokens import SpanGroup
|
from ..tokens import SpanGroup
|
||||||
from ..util import SimpleFrozenList
|
from ..util import SimpleFrozenList
|
||||||
from .typedefs import CandidatesForMention
|
from .typedefs cimport CandidatesForMention
|
||||||
|
|
||||||
|
|
||||||
cdef class KnowledgeBase:
|
cdef class KnowledgeBase:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user