spaCy/spacy/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 Dependency tree pattern matcher (#3465) 2019-06-16 13:25:32 +02:00
_schemas.py Tidy up and auto-format [ci skip] 2019-08-31 13:39:06 +02:00
dependencymatcher.pyx Dependency tree pattern matcher (#3465) 2019-06-16 13:25:32 +02:00
matcher.pxd adding double match for optional operator at the end (#4166) 2019-08-21 22:46:56 +02:00
matcher.pyx add return_matches and as_tuples back to Matcher.pipe (#4303) 2019-09-18 22:00:33 +02:00
phrasematcher.pxd Restructure imports to export find_matches 2019-09-25 11:03:58 +02:00
phrasematcher.pyx Implement full remove() 2019-09-26 11:31:03 +02:00