spaCy/spacy/kb
2023-03-02 13:17:47 +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 rely on is_empty property instead of __len__ (#12347) 2023-03-02 13:15:44 +01:00
kb.pxd Refactor KB for easier customization (#11268) 2022-09-08 10:38:07 +02:00
kb.pyx Cherry-pick is_empty() fix. Drop KnowledgeBase.__len()__. 2023-03-02 13:17:47 +01:00