spaCy/spacy/matcher
2023-04-17 13:16:34 +02:00
..
__init__.py Add levenshtein from polyleven (#11418) 2022-09-14 17:05:22 +02:00
dependencymatcher.pyi Update typing hints (#10109) 2022-01-28 16:59:54 +01:00
dependencymatcher.pyx perf(REL_OP): Replace some token.children with token.rights or token.lefts (#12528) 2023-04-17 13:16:34 +02:00
levenshtein.pyx Fix comments and examples for levenshtein_compare (#12113) 2023-01-18 08:02:33 +01:00
matcher.pxd Enable fuzzy text matching in Matcher (#11359) 2023-01-10 10:36:17 +01:00
matcher.pyi Auto-format code with black (#12100) 2023-01-13 10:12:10 +01:00
matcher.pyx Matcher performance fix for extension predicates: use shared key function (#12272) 2023-02-27 08:35:08 +01:00
phrasematcher.pxd Run PhraseMatcher on Spans (#6918) 2021-02-10 23:43:32 +11:00
phrasematcher.pyi fix(phrasematcher.pyi): change type annotation of docs in add() to List[Doc] (#10235) 2022-02-08 13:37:27 +01:00
phrasematcher.pyx Fix PhraseMatcher remove overlapping terms (#10734) 2022-05-12 12:23:52 +02:00
polyleven.c Add levenshtein from polyleven (#11418) 2022-09-14 17:05:22 +02:00