spaCy/spacy/tests/matcher
adrianeboyd 275c9ad872 Allow int values in token patterns (#4444)
* Add missing int value option to top-level pattern validation in Matcher

* Adjust existing tests accordingly

* Add new test for valid pattern `{"LENGTH": int}`
2019-10-16 13:40:18 +02:00
..
__init__.py Revert #4334 2019-09-29 17:32:12 +02:00
test_matcher_api.py Fix PhraseMatcher callback and add tests (#4399) 2019-10-08 12:07:02 +02:00
test_matcher_logic.py Fix remove pattern from matcher (#4454) 2019-10-16 13:34:58 +02:00
test_pattern_validation.py Allow int values in token patterns (#4444) 2019-10-16 13:40:18 +02:00
test_phrase_matcher.py Fix PhraseMatcher.remove for overlapping patterns (#4437) 2019-10-14 12:19:51 +02:00