spaCy/spacy/tests/matcher
Adriane Boyd 0e71bd973f
Return doc offsets in Matcher on spans (#10576)
The returned match offsets were only adjusted for `as_spans`, not
generally. Because the `on_match` callbacks are always applied to the
doc, the `Matcher` matches on spans should consistently use the doc
offsets.
2022-04-15 15:34:58 +02: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 Return doc offsets in Matcher on spans (#10576) 2022-04-15 15:34:58 +02:00
test_matcher_logic.py Migrate regression tests into the main test suite (#9655) 2021-12-04 20:34:48 +01: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 Migrate regression tests into the main test suite (#9655) 2021-12-04 20:34:48 +01:00