mirror of
https://github.com/explosion/spaCy.git
synced 2025-06-29 17:33:10 +03:00
add all in kb.init
This commit is contained in:
parent
438786a510
commit
8bba0dbae4
|
@ -1,3 +1,11 @@
|
||||||
from .candidate import Candidate, get_candidates, get_candidates_batch
|
from .candidate import Candidate, get_candidates, get_candidates_batch
|
||||||
from .kb import KnowledgeBase
|
from .kb import KnowledgeBase
|
||||||
from .kb_in_memory import InMemoryLookupKB
|
from .kb_in_memory import InMemoryLookupKB
|
||||||
|
|
||||||
|
__all__ = [
|
||||||
|
"Candidate",
|
||||||
|
"KnowledgeBase",
|
||||||
|
"InMemoryLookupKB",
|
||||||
|
"get_candidates",
|
||||||
|
"get_candidates_batch",
|
||||||
|
]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user