spaCy/spacy/matcher
Adriane Boyd 4193402c47
Add warning when Matcher subpattern is discarded (#5873)
* Add a warning when a subpattern is not processed and discarded

* Normalize subpattern attribute/operator keys to upper case like
top-level attributes
2020-08-05 14:56:14 +02:00
..
__init__.py Dependency tree pattern matcher (#3465) 2019-06-16 13:25:32 +02:00
_schemas.py Normalize IS_SENT_START to SENT_START for Matcher (#5080) 2020-03-03 12:22:39 +01:00
dependencymatcher.pyx Bugfix/dep matcher issue 4590 (#4601) 2019-11-07 12:01:06 +01:00
matcher.pxd adding double match for optional operator at the end (#4166) 2019-08-21 22:46:56 +02:00
matcher.pyx Add warning when Matcher subpattern is discarded (#5873) 2020-08-05 14:56:14 +02:00
phrasematcher.pxd Replace Entity/MatchStruct with SpanC (#4459) 2019-10-18 11:01:47 +02:00
phrasematcher.pyx Switch to new add API in PhraseMatcher unpickle 2020-05-25 11:22:47 +02:00