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