spaCy/spacy/tests/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 💫 Refactor test suite (#2568) 2018-07-24 23:38:44 +02:00
test_matcher_api.py Check for is_tagged/is_parsed for Matcher attrs (#4163) 2019-08-21 20:52:36 +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 Improve token pattern checking without validation (#4105) 2019-08-21 14:00:37 +02:00