mirror of
https://github.com/explosion/spaCy.git
synced 2025-07-01 02:13:07 +03:00
Update spacy/kb/candidate.py
Co-authored-by: Sofie Van Landeghem <svlandeg@users.noreply.github.com>
This commit is contained in:
parent
21fa22de08
commit
417e8fea8b
|
@ -45,7 +45,7 @@ class BaseCandidate(abc.ABC):
|
||||||
|
|
||||||
|
|
||||||
class Candidate(BaseCandidate):
|
class Candidate(BaseCandidate):
|
||||||
"""`Candidate` for InMemoryLookupKBCandidate."""
|
"""`Candidate` for InMemoryLookupKB."""
|
||||||
|
|
||||||
def __init__(
|
def __init__(
|
||||||
self,
|
self,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user