spaCy/spacy/matcher
adrianeboyd 2d17b047e2 Check for is_tagged/is_parsed for Matcher attrs (#4163)
Check for relevant components in the pipeline when Matcher is called,
similar to the checks for PhraseMatcher in #4105.

* keep track of attributes seen in patterns

* when Matcher is called on a Doc, check for is_tagged for LEMMA, TAG,
POS and for is_parsed for DEP
2019-08-21 20:52:36 +02:00
..
__init__.py Dependency tree pattern matcher (#3465) 2019-06-16 13:25:32 +02:00
_schemas.py Improve token pattern checking without validation (#4105) 2019-08-21 14:00:37 +02:00
dependencymatcher.pyx Dependency tree pattern matcher (#3465) 2019-06-16 13:25:32 +02:00
matcher.pxd Check for is_tagged/is_parsed for Matcher attrs (#4163) 2019-08-21 20:52:36 +02:00
matcher.pyx Check for is_tagged/is_parsed for Matcher attrs (#4163) 2019-08-21 20:52:36 +02:00
phrasematcher.pyx Improve token pattern checking without validation (#4105) 2019-08-21 14:00:37 +02:00