spaCy/spacy/matcher
Adriane Boyd 3c062b3911
Add MORPH handling to Matcher (#6107)
* Add MORPH handling to Matcher

* Add `MORPH` to `Matcher` schema
* Rename `_SetMemberPredicate` to `_SetPredicate`
* Add `ISSUBSET` and `ISSUPERSET` operators to `_SetPredicate`
  * Add special handling for normalization and conversion of morph
    values into sets
  * For other attrs, `ISSUBSET` acts like `IN` and `ISSUPERSET` only
    matches for 0 or 1 values

* Update test

* Rename to IS_SUBSET and IS_SUPERSET
2020-09-24 16:55:09 +02:00
..
__init__.py Drop Python 2.7 and 3.5 (#4828) 2019-12-22 01:53:56 +01:00
dependencymatcher.pyx Officially support DependencyMatcher 2020-09-02 17:45:29 +02:00
matcher.pxd Option for returning only greedy matches (#5771) 2020-07-29 11:04:43 +02:00
matcher.pyx Add MORPH handling to Matcher (#6107) 2020-09-24 16:55:09 +02:00
phrasematcher.pxd Tidy up compiler flags and imports (#5071) 2020-03-02 11:48:10 +01:00
phrasematcher.pyx Add option to disable Matcher errors (#6125) 2020-09-24 16:54:39 +02:00