mirror of
https://github.com/explosion/spaCy.git
synced 2025-11-01 16:37:45 +03:00
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 |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| _schemas.py | ||
| dependencymatcher.pyx | ||
| matcher.pxd | ||
| matcher.pyx | ||
| phrasematcher.pyx | ||