spaCy/spacy/pipeline
Sofie Van Landeghem b92f81d5da
fix NEL config and IO, and n_sents functionality (#7100)
* fix NEL config and IO, and n_sents functionality

* add docs

* fix test
2021-02-22 14:49:52 +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 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 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