mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-01 04:46:38 +03:00
4 lines
144 B
Python
4 lines
144 B
Python
|
from .kb import KnowledgeBase
|
||
|
from .kb_in_memory import InMemoryLookupKB
|
||
|
from .candidate import Candidate, get_candidates, get_candidates_batch
|