spaCy/spacy/tests/matcher
Adriane Boyd 175847f92c
Support list values and INTERSECTS in Matcher (#8784)
* Support list values and IS_INTERSECT in Matcher

* Support list values as token attributes for set operators, not just as
pattern values.

* Add `IS_INTERSECT` operator.

* Fix incorrect `ISSUBSET` and `ISSUPERSET` in schema and docs.

* Rename IS_INTERSECT to INTERSECTS
2021-08-02 19:39:26 +02:00
..
__init__.py Revert #4334 2019-09-29 17:32:12 +02:00
test_dependency_matcher.py Tidy up with flake8: imports, comparisons, etc. 2021-06-28 12:08:15 +02:00
test_matcher_api.py Support list values and INTERSECTS in Matcher (#8784) 2021-08-02 19:39:26 +02:00
test_matcher_logic.py Tidy up code 2021-06-28 12:08:15 +02:00
test_pattern_validation.py Fix tests 2020-09-04 14:05:55 +02:00
test_phrase_matcher.py Tidy up and auto-format 2021-02-13 12:55:56 +11:00