mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-27 10:26:35 +03:00
6 lines
208 B
Python
6 lines
208 B
Python
from .candidate import Candidate, InMemoryCandidate
|
|
from .kb import KnowledgeBase
|
|
from .kb_in_memory import InMemoryLookupKB
|
|
|
|
__all__ = ["KnowledgeBase", "InMemoryLookupKB", "Candidate", "InMemoryCandidate"]
|