spaCy/spacy/pipeline
Sofie Van Landeghem 932887b950
textcat scoring fix and multi_label docs (#6974)
* add multi-label textcat to menu

* add infobox on textcat API

* add info to v3 migration guide

* small edits

* further fixes in doc strings

* add infobox to textcat architectures

* add textcat_multilabel to overview of built-in components

* spelling

* fix unrelated warn msg

* Add textcat_multilabel to quickstart [ci skip]

* remove separate documentation page for multilabel_textcategorizer

* small edits

* positive label clarification

* avoid duplicating information in self.cfg and fix textcat.score

* fix multilabel textcat too

* revert threshold to storage in cfg

* revert threshold stuff for multi-textcat

Co-authored-by: Ines Montani <ines@ines.io>
2021-03-09 23:04:22 +11:00
..
_parser_internals Fix sentence fragments bug (#7056, #7035) (#7057) 2021-02-14 13:38:13 +11:00
__init__.py multi-label textcat component (#6474) 2021-01-06 13:07:14 +11:00
attributeruler.py Replace links to nightly docs [ci skip] 2021-01-30 20:09:38 +11:00
dep_parser.pyx Replace links to nightly docs [ci skip] 2021-01-30 20:09:38 +11:00
entity_linker.py fix NEL config and IO, and n_sents functionality (#7100) 2021-02-22 14:49:52 +11:00
entityruler.py Replace links to nightly docs [ci skip] 2021-01-30 20:09:38 +11:00
functions.py Tidy up and auto-format 2021-02-13 12:55:56 +11:00
lemmatizer.py Replace links to nightly docs [ci skip] 2021-01-30 20:09:38 +11:00
morphologizer.pyx Replace links to nightly docs [ci skip] 2021-01-30 20:09:38 +11:00
multitask.pyx ensure the loss value is cast as float (#6928) 2021-02-07 07:51:56 +08:00
ner.pyx Replace links to nightly docs [ci skip] 2021-01-30 20:09:38 +11:00
pipe.pxd TrainablePipe (#6213) 2020-10-08 21:33:49 +02:00
pipe.pyx Replace links to nightly docs [ci skip] 2021-01-30 20:09:38 +11:00
sentencizer.pyx Re-refactor Sentencizer with Pipe API (#7176) 2021-02-26 09:48:14 +01:00
senter.pyx Replace links to nightly docs [ci skip] 2021-01-30 20:09:38 +11:00
tagger.pyx Replace links to nightly docs [ci skip] 2021-01-30 20:09:38 +11:00
textcat_multilabel.py textcat scoring fix and multi_label docs (#6974) 2021-03-09 23:04:22 +11:00
textcat.py textcat scoring fix and multi_label docs (#6974) 2021-03-09 23:04:22 +11:00
tok2vec.py loop instead of any 2021-02-12 13:14:30 +01:00
trainable_pipe.pxd Revert added_strings change (#6236) 2020-10-10 18:55:07 +02:00
trainable_pipe.pyx Replace links to nightly docs [ci skip] 2021-01-30 20:09:38 +11:00
transition_parser.pxd TrainablePipe (#6213) 2020-10-08 21:33:49 +02:00
transition_parser.pyx Error handling in nlp.pipe (#6817) 2021-01-29 08:51:21 +08:00