spaCy/spacy/matcher
kadarakos 31a00ad7e0 Better errors for has_annotation and Matcher (#10830)
* Show input argument instead of None

* catch invalid attr early

* moved error message from code to errors.py

* Update spacy/errors.py

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

* Update spacy/errors.py

* update E153 and E154

Co-authored-by: Adriane Boyd <adrianeboyd@gmail.com>
2022-06-02 08:16:08 +02:00
..
__init__.py
dependencymatcher.pyi
dependencymatcher.pyx
matcher.pxd
matcher.pyi
matcher.pyx Better errors for has_annotation and Matcher (#10830) 2022-06-02 08:16:08 +02:00
phrasematcher.pxd
phrasematcher.pyi fix(phrasematcher.pyi): change type annotation of docs in add() to List[Doc] (#10235) 2022-02-08 13:37:27 +01:00
phrasematcher.pyx Fix PhraseMatcher remove overlapping terms (#10734) 2022-05-12 12:23:52 +02:00