spaCy/spacy/pipeline
Madeesh Kannan f5aabaf7d6
Remove unused, experimental multi-task components (#11919)
* Remove experimental multi-task components

These are incomplete implementations and are not usable in their current state.

* Remove orphaned error message

* Switch ubuntu-latest to ubuntu-20.04 in main tests (#11928)

* Switch ubuntu-latest to ubuntu-20.04 in main tests

* Only use 20.04 for 3.6

* Revert "Switch ubuntu-latest to ubuntu-20.04 in main tests (#11928)"

This reverts commit 77c0fd7b17.

Co-authored-by: Paul O'Leary McCann <polm@dampfkraft.com>
2022-12-08 13:24:45 +01:00
..
_edit_tree_internals Refactor error messages to remove hardcoded strings (#10729) 2022-05-02 13:38:46 +02:00
_parser_internals Merge remote-tracking branch 'upstream/master' into merge-master-v4-20220627-2 2022-06-27 17:45:45 +02:00
legacy Refactor KB for easier customization (#11268) 2022-09-08 10:38:07 +02:00
__init__.py Replace EntityRuler with SpanRuler implementation (#11320) 2022-10-24 09:11:35 +02:00
attribute_ruler.py Make stable private modules public and adjust names (#11353) 2022-08-30 13:56:35 +02:00
dep_parser.pyx account for NER labels with a hyphen in the name (#10960) 2022-06-17 20:02:37 +01:00
edit_tree_lemmatizer.py Merge remote-tracking branch 'upstream/master' into chore/update-v4-from-master 2022-10-21 09:13:32 +02:00
entity_linker.py Merge branch 'copy_develop' into copy_v4 2022-10-03 14:12:16 +02:00
functions.py Add doc_cleaner component (#9659) 2021-11-23 15:33:33 +01:00
lemmatizer.py Merge remote-tracking branch 'upstream/master' into chore/update-develop-from-master-v3.2-1 2021-10-26 11:53:50 +02:00
morphologizer.pyx Store activations in Docs when save_activations is enabled (#11002) 2022-09-13 09:51:12 +02:00
ner.pyx account for NER labels with a hyphen in the name (#10960) 2022-06-17 20:02:37 +01:00
pipe.pxd TrainablePipe (#6213) 2020-10-08 21:33:49 +02:00
pipe.pyi Add Pipe.hide_labels to omit labels from pipeline meta (#10175) 2022-02-05 17:59:24 +01:00
pipe.pyx Remove all references to "begin_training" (#11943) 2022-12-08 11:43:52 +01:00
sentencizer.pyx Add overwrite settings for more components (#9050) 2021-09-30 15:35:55 +02:00
senter.pyx Store activations in Docs when save_activations is enabled (#11002) 2022-09-13 09:51:12 +02:00
span_ruler.py Replace EntityRuler with SpanRuler implementation (#11320) 2022-10-24 09:11:35 +02:00
spancat.py Merge branch 'copy_master' into copy_v4 2022-12-05 08:56:15 +01:00
tagger.pyx Store activations in Docs when save_activations is enabled (#11002) 2022-09-13 09:51:12 +02:00
textcat_multilabel.py Merge branch 'copy_master' into copy_v4 2022-12-05 08:56:15 +01:00
textcat.py Merge branch 'copy_master' into copy_v4 2022-12-05 08:56:15 +01:00
tok2vec.py Prevent tok2vec to broadcast to listeners when predicting (#11385) 2022-09-12 15:36:48 +02:00
trainable_pipe.pxd Store activations in Docs when save_activations is enabled (#11002) 2022-09-13 09:51:12 +02:00
trainable_pipe.pyx Merge branch 'copy_develop' into copy_v4 2022-10-03 14:12:16 +02:00
transition_parser.pxd precompute_hiddens/Parser: look up CPU ops once (v4) (#11068) 2022-07-29 15:12:19 +02:00
transition_parser.pyx precompute_hiddens/Parser: look up CPU ops once (v4) (#11068) 2022-07-29 15:12:19 +02:00