spaCy/spacy/matcher
Adriane Boyd ec45f704b1
Drop python 3.6/3.7, remove unneeded compat (#12187)
* Drop python 3.6/3.7, remove unneeded compat

* Remove unused import

* Minimal python 3.8+ docs updates
2023-01-27 15:48:20 +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 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 Drop python 3.6/3.7, remove unneeded compat (#12187) 2023-01-27 15:48:20 +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 Drop python 3.6/3.7, remove unneeded compat (#12187) 2023-01-27 15:48:20 +01: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