spaCy/spacy/tests/pipeline
Ines Montani 950832f087
Tidy up pipes (#5906)
* Tidy up pipes

* Fix init, defaults and raise custom errors

* Update docs

* Update docs [ci skip]

* Apply suggestions from code review

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

* Tidy up error handling and validation, fix consistency

* Simplify get_examples check

* Remove unused import [ci skip]

Co-authored-by: Matthew Honnibal <honnibal+gh@gmail.com>
2020-08-11 23:29:31 +02:00
..
__init__.py Revert #4334 2019-09-29 17:32:12 +02:00
test_analysis.py Simplify pipe analysis 2020-08-01 13:40:06 +02:00
test_attributeruler.py Tidy up and auto-format 2020-08-05 16:00:59 +02:00
test_entity_linker.py Tidy up pipes (#5906) 2020-08-11 23:29:31 +02:00
test_entity_ruler.py Refactor pipeline components, config and language data (#5759) 2020-07-22 13:42:59 +02:00
test_functions.py Refactor pipeline components, config and language data (#5759) 2020-07-22 13:42:59 +02:00
test_lemmatizer.py Tidy up and auto-format 2020-08-09 22:36:23 +02:00
test_morphologizer.py Refactor pipeline components, config and language data (#5759) 2020-07-22 13:42:59 +02:00
test_pipe_factories.py Allow adding pipeline components from source model (#5857) 2020-08-04 23:39:19 +02:00
test_pipe_methods.py Bugfix in nlp.replace_pipe (#5875) 2020-08-05 09:30:58 +02:00
test_sentencizer.py Refactor pipeline components, config and language data (#5759) 2020-07-22 13:42:59 +02:00
test_senter.py Refactor pipeline components, config and language data (#5759) 2020-07-22 13:42:59 +02:00
test_simple_ner.py Update SimpleNER (#5878) 2020-08-05 14:43:29 +02:00
test_tagger.py Tidy up and auto-format 2020-08-09 22:36:23 +02:00
test_textcat.py Tidy up pipes (#5906) 2020-08-11 23:29:31 +02:00