spaCy/spacy/tests/matcher
Adriane Boyd 7c98245c0c
Add levenshtein from polyleven (#11418)
Add a simple levenshtein distance function using the implementation from
the polyleven library as `spacy.matcher.levenshtein`.
2022-09-14 17:05:22 +02:00
..
__init__.py Revert #4334 2019-09-29 17:32:12 +02:00
test_dependency_matcher.py add additional REL_OP (#10371) 2022-07-27 13:16:44 +02:00
test_levenshtein.py Add levenshtein from polyleven (#11418) 2022-09-14 17:05:22 +02:00
test_matcher_api.py Better handling of unexpected types in SetPredicate (#11312) 2022-09-02 09:09:48 +02:00
test_matcher_logic.py Addition of min_max quantifier in matcher {n,m} (#10981) 2022-06-30 11:01:58 +02:00
test_pattern_validation.py Addition of min_max quantifier in matcher {n,m} (#10981) 2022-06-30 11:01:58 +02:00
test_phrase_matcher.py Clean up warnings in the test suite (#11331) 2022-08-22 12:04:30 +02:00