spaCy/spacy/tests/matcher
Ines Montani e89708c3eb 💫 Allow matching non-ORTH attributes in PhraseMatcher (#2925)
* 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
2018-11-15 03:00:58 +01:00
..
__init__.py 💫 Refactor test suite (#2568) 2018-07-24 23:38:44 +02:00
test_matcher_api.py Fix tests 2018-09-06 01:39:36 +02:00
test_matcher_logic.py 💫 Refactor test suite (#2568) 2018-07-24 23:38:44 +02:00
test_phrase_matcher.py 💫 Allow matching non-ORTH attributes in PhraseMatcher (#2925) 2018-11-15 03:00:58 +01:00