spaCy/spacy/tests/matcher
Adriane Boyd 3fdb22d832 Implement full remove()
Remove unnecessary trie paths and free unused maps.

Parallel to Matcher, raise KeyError when attempting to remove a match ID
that has not been added.
2019-09-26 11:31:03 +02:00
..
__init__.py 💫 Refactor test suite (#2568) 2018-07-24 23:38:44 +02:00
test_matcher_api.py Tidy up and auto-format [ci skip] 2019-08-31 13:39:06 +02:00
test_matcher_logic.py Tidy up and auto-format 2019-08-20 17:36:34 +02:00
test_pattern_validation.py Improve token pattern checking without validation (#4105) 2019-08-21 14:00:37 +02:00
test_phrase_matcher.py Implement full remove() 2019-09-26 11:31:03 +02:00