spaCy/spacy/matcher
Sofie Van Landeghem da6e0de34f fix attrs field in the matcher (#4423)
* raise specific error when removing a matcher rule that doesn't exist

* rephrasing

* ensure attrs is NULL when nr_attr == 0 + several fixes to prevent OOB
2019-10-10 15:20:59 +02:00
..
__init__.py Dependency tree pattern matcher (#3465) 2019-06-16 13:25:32 +02:00
_schemas.py Alphanumeric -> alphabetic [ci skip] 2019-10-06 13:30:01 +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 fix attrs field in the matcher (#4423) 2019-10-10 15:20:59 +02:00
phrasematcher.pxd Make PhraseMatcher.vocab consistent with Matcher.vocab (closes #4373) 2019-10-04 12:18:41 +02:00
phrasematcher.pyx Fix PhraseMatcher callback and add tests (#4399) 2019-10-08 12:07:02 +02:00