spaCy/spacy/kb
2023-02-28 15:28:05 +01:00
..
__init__.py Convert Candidate from Cython to Python class. 2023-02-28 13:49:52 +01:00
candidate.py Convert Candidate from Cython to Python class. 2023-02-28 13:49:52 +01:00
kb_in_memory.pxd Refactor KB for easier customization (#11268) 2022-09-08 10:38:07 +02:00
kb_in_memory.pyx Convert Candidate from Cython to Python class. 2023-02-28 13:49:52 +01:00
kb.pxd Refactor KB for easier customization (#11268) 2022-09-08 10:38:07 +02:00
kb.pyx Change type for mentions to look up entity candidates for to SpanGroup from Iterable[Span]. 2023-02-28 15:28:05 +01:00