spaCy/spacy/matcher
2023-01-11 18:40:55 +01: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 Update/remove old Matcher syntax (#11370) 2022-08-30 15:40:31 +02:00
levenshtein.pyx Enable fuzzy text matching in Matcher (#11359) 2023-01-10 10:36:17 +01:00
matcher.pxd Enable fuzzy text matching in Matcher (#11359) 2023-01-10 10:36:17 +01:00
matcher.pyi Enable fuzzy text matching in Matcher (#11359) 2023-01-10 10:36:17 +01:00
matcher.pyx Merge branch 'copy_master' into copy_v4 2023-01-11 18:40:55 +01:00
phrasematcher.pxd Run PhraseMatcher on Spans (#6918) 2021-02-10 23:43:32 +11:00
phrasematcher.pyi Update/remove old Matcher syntax (#11370) 2022-08-30 15:40:31 +02:00
phrasematcher.pyx Update/remove old Matcher syntax (#11370) 2022-08-30 15:40:31 +02:00
polyleven.c Add levenshtein from polyleven (#11418) 2022-09-14 17:05:22 +02:00