mirror of
https://github.com/explosion/spaCy.git
synced 2025-11-09 04:17:53 +03:00
* Allow matching non-orth attributes in PhraseMatcher (see #1971) Usage: PhraseMatcher(nlp.vocab, attr='POS') * Allow attr argument to be int * Fix formatting * Fix typo |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_matcher_api.py | ||
| test_matcher_logic.py | ||
| test_phrase_matcher.py | ||