spaCy/spacy/tests/pipeline
Sofie Van Landeghem 0d94737857
Feature toggle_pipes (#5378)
* make disable_pipes deprecated in favour of the new toggle_pipes

* rewrite disable_pipes statements

* update documentation

* remove bin/wiki_entity_linking folder

* one more fix

* remove deprecated link to documentation

* few more doc fixes

* add note about name change to the docs

* restore original disable_pipes

* small fixes

* fix typo

* fix error number to W096

* rename to select_pipes

* also make changes to the documentation

Co-authored-by: Matthew Honnibal <honnibal+gh@gmail.com>
2020-05-18 22:27:10 +02:00
..
__init__.py Revert #4334 2019-09-29 17:32:12 +02:00
test_analysis.py Default settings to configurations (#4995) 2020-02-27 18:42:27 +01:00
test_entity_linker.py Unit test for NEL functionality (#5114) 2020-03-06 14:42:23 +01:00
test_entity_ruler.py Tidy up and auto-format 2020-02-18 15:38:18 +01:00
test_factories.py Drop Python 2.7 and 3.5 (#4828) 2019-12-22 01:53:56 +01:00
test_functions.py Drop Python 2.7 and 3.5 (#4828) 2019-12-22 01:53:56 +01:00
test_morphologizer.py Update morphologizer (#5108) 2020-04-02 14:46:32 +02:00
test_pipe_methods.py Feature toggle_pipes (#5378) 2020-05-18 22:27:10 +02:00
test_sentencizer.py Merge branch 'master' into develop 2020-02-18 14:47:23 +01:00
test_senter.py Optimizer defaults (#5244) 2020-04-03 13:02:46 +02:00
test_simple_ner.py Adapt parser and NER for transformers (#5449) 2020-05-18 22:23:33 +02:00
test_tagger.py Default settings to configurations (#4995) 2020-02-27 18:42:27 +01:00
test_textcat.py Update morphologizer (#5108) 2020-04-02 14:46:32 +02:00