mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-28 19:06:33 +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"]
|