spaCy/spacy/matcher
Adriane Boyd 59340606b7
Add option to disable Matcher errors (#6125)
* Add option to disable Matcher errors

* Add option to disable Matcher errors when a doc doesn't contain a
particular type of annotation

Minor additional change:

* Update `AttributeRuler.load_from_morph_rules` to allow direct `MORPH`
values

* Rename suppress_errors to allow_missing

Co-authored-by: Matthew Honnibal <honnibal+gh@gmail.com>

* Refactor annotation checks in Matcher and PhraseMatcher

Co-authored-by: Matthew Honnibal <honnibal+gh@gmail.com>
2020-09-24 16:54:39 +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 option to disable Matcher errors (#6125) 2020-09-24 16:54:39 +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