spaCy/spacy/tests/matcher
Duygu Altinok 268ddf8a06
Add ENT_IOB key to Matcher (#9649)
* added new field

* added exception for IOb strings

* minor refinement to schema

* removed field

* fixed typo

* imported numeriacla val

* changed the code bit

* cosmetics

* added test for matcher

* set ents of moc docs

* added invalid pattern

* minor update to documentation

* blacked matcher

* added pattern validation

* add IOB vals to schema

* changed into test

* mypy compat

* cleaned left over

* added compat import

* changed type

* added compat import

* changed literal a bit

* went back to old

* made explicit type

* Update spacy/schemas.py

Co-authored-by: Adriane Boyd <adrianeboyd@gmail.com>

* Update spacy/schemas.py

Co-authored-by: Adriane Boyd <adrianeboyd@gmail.com>

* Update spacy/schemas.py

Co-authored-by: Adriane Boyd <adrianeboyd@gmail.com>

Co-authored-by: Adriane Boyd <adrianeboyd@gmail.com>
2022-01-20 13:18:39 +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 Add ENT_IOB key to Matcher (#9649) 2022-01-20 13:18:39 +01: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 Add ENT_IOB key to Matcher (#9649) 2022-01-20 13:18:39 +01:00
test_phrase_matcher.py Migrate regression tests into the main test suite (#9655) 2021-12-04 20:34:48 +01:00