spaCy/spacy/pipeline
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
..
_parser_internals Refactor Docs.is_ flags (#6044) 2020-09-17 00:14:01 +02:00
__init__.py Remove simple_ner code (#6041) 2020-09-09 16:11:27 +02:00
attributeruler.py Add option to disable Matcher errors (#6125) 2020-09-24 16:54:39 +02:00
dep_parser.pyx Fix handling of score_weights 2020-09-24 10:27:33 +02:00
entity_linker.py updates to NEL functionality (#6132) 2020-09-24 16:53:59 +02:00
entityruler.py Fix handling of score_weights 2020-09-24 10:27:33 +02:00
functions.py Refactor Docs.is_ flags (#6044) 2020-09-17 00:14:01 +02:00
lemmatizer.py Fix handling of score_weights 2020-09-24 10:27:33 +02:00
morphologizer.pyx Fix handling of score_weights 2020-09-24 10:27:33 +02:00
multitask.pyx Renaming gold & annotation_setter (#6042) 2020-09-09 10:31:03 +02:00
ner.pyx Fix handling of score_weights 2020-09-24 10:27:33 +02:00
pipe.pxd Tidy up pipes (#5906) 2020-08-11 23:29:31 +02:00
pipe.pyx Renaming gold & annotation_setter (#6042) 2020-09-09 10:31:03 +02:00
sentencizer.pyx Fix handling of score_weights 2020-09-24 10:27:33 +02:00
senter.pyx Fix handling of score_weights 2020-09-24 10:27:33 +02:00
tagger.pyx Fix handling of score_weights 2020-09-24 10:27:33 +02:00
textcat.py Fix handling of score_weights 2020-09-24 10:27:33 +02:00
tok2vec.py avoid None callback (#6100) 2020-09-22 13:54:44 +02:00
transition_parser.pxd Tidy up pipes (#5906) 2020-08-11 23:29:31 +02:00
transition_parser.pyx Renaming gold & annotation_setter (#6042) 2020-09-09 10:31:03 +02:00