mirror of
https://github.com/explosion/spaCy.git
synced 2025-06-30 18:03:04 +03:00
isort.
This commit is contained in:
parent
f169614c53
commit
c174ebf880
|
@ -12,7 +12,6 @@ from .candidate import Candidate
|
||||||
from .typedefs import CandidatesForMention
|
from .typedefs import CandidatesForMention
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
cdef class KnowledgeBase:
|
cdef class KnowledgeBase:
|
||||||
"""A `KnowledgeBase` instance stores unique identifiers for entities and
|
"""A `KnowledgeBase` instance stores unique identifiers for entities and
|
||||||
their textual aliases, to support entity linking of named entities to
|
their textual aliases, to support entity linking of named entities to
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
from .candidate import Candidate
|
|
||||||
from typing import Iterable
|
from typing import Iterable
|
||||||
|
|
||||||
|
from .candidate import Candidate
|
||||||
|
|
||||||
ctypedef Iterable[Candidate] CandidatesForMention
|
ctypedef Iterable[Candidate] CandidatesForMention
|
Loading…
Reference in New Issue
Block a user