mirror of
https://github.com/explosion/spaCy.git
synced 2025-04-25 03:13:41 +03:00
6 lines
168 B
Python
6 lines
168 B
Python
from .kb import KnowledgeBase
|
|
from .kb_in_memory import InMemoryLookupKB
|
|
from .candidate import Candidate
|
|
|
|
__all__ = ["KnowledgeBase", "InMemoryLookupKB", "Candidate"]
|