spaCy/spacy/pipeline
René Octavio Queiroz Dias 999ff03b19
fix: Fix textcat labels to expect a Optional[Iterable[str]] instead of Optional[Dict] (#6911)
* docs: Add agreement

* bug: Regression test

Issue #6908

* fix: Changed from Dict to Iterable[str]

Fix #6908

* Update test to use make_tempdir

* fix: Fix WindowsPath error

Co-authored-by: Adriane Boyd <adrianeboyd@gmail.com>
2021-02-04 23:37:13 +01:00
..
_parser_internals Add labels implicitly for parser and ner 2021-01-27 12:54:47 +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 Replace links to nightly docs [ci skip] 2021-01-30 20:09:38 +11:00
entityruler.py Replace links to nightly docs [ci skip] 2021-01-30 20:09:38 +11:00
functions.py Replace links to nightly docs [ci skip] 2021-01-30 20:09:38 +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 Set annotations in update (#6767) 2021-01-20 11:49:25 +11: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 Replace links to nightly docs [ci skip] 2021-01-30 20:09:38 +11: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 fix: Fix textcat labels to expect a Optional[Iterable[str]] instead of Optional[Dict] (#6911) 2021-02-04 23:37:13 +01:00
textcat.py fix: Fix textcat labels to expect a Optional[Iterable[str]] instead of Optional[Dict] (#6911) 2021-02-04 23:37:13 +01:00
tok2vec.py remove link_components flag again (#6883) 2021-02-02 10:08:40 +08: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