spaCy/spacy/tests/matcher
Natalia Rodnova a4c43e5c57
Allow Matcher to match on ENT_ID and ENT_KB_ID (#9688)
* Added ENT_ID and ENT_KB_ID into the list of the attributes that Matcher matches on

* Added ENT_ID and ENT_KB_ID to TEST_PATTERNS in test_pattern_validation.py. Disabled tests that I added before

* Update website/docs/api/matcher.md

* Format

* Remove skipped tests

Co-authored-by: Adriane Boyd <adrianeboyd@gmail.com>
2021-11-24 10:37:10 +01:00
..
__init__.py Revert #4334 2019-09-29 17:32:12 +02:00
test_dependency_matcher.py Decorate non-regression tests 2021-11-05 11:47:33 +08:00
test_matcher_api.py Pass alignments to Matcher callbacks (#9001) 2021-09-02 12:58:05 +02:00
test_matcher_logic.py Decorate non-regression tests 2021-11-05 11:47:33 +08:00
test_pattern_validation.py Allow Matcher to match on ENT_ID and ENT_KB_ID (#9688) 2021-11-24 10:37:10 +01:00
test_phrase_matcher.py Tidy up and auto-format 2021-02-13 12:55:56 +11:00