spaCy/spacy/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 Adapt parser and NER for transformers (#5449) 2020-05-18 22:23:33 +02:00
entityruler.py Feature toggle_pipes (#5378) 2020-05-18 22:27:10 +02:00
functions.py Drop Python 2.7 and 3.5 (#4828) 2019-12-22 01:53:56 +01:00
hooks.py Default settings to configurations (#4995) 2020-02-27 18:42:27 +01:00
morphologizer.pyx Update morphologizer (#5108) 2020-04-02 14:46:32 +02:00
pipes.pyx Adapt parser and NER for transformers (#5449) 2020-05-18 22:23:33 +02:00
simple_ner.py Adapt parser and NER for transformers (#5449) 2020-05-18 22:23:33 +02:00
tok2vec.py Only run backprop once when shared tok2vec weights (#5331) 2020-04-21 19:30:41 +02:00