spaCy/spacy/pipeline
Matthew Honnibal f049df1715
Revert "Set annotations in update" (#6810)
* Revert "Set annotations in update (#6767)"

This reverts commit e680efc7cc.

* Fix version

* Update spacy/pipeline/entity_linker.py

* Update spacy/pipeline/entity_linker.py

* Update spacy/pipeline/tagger.pyx

* Update spacy/pipeline/tok2vec.py

* Update spacy/pipeline/tok2vec.py

* Update spacy/pipeline/transition_parser.pyx

* Update spacy/pipeline/transition_parser.pyx

* Update website/docs/api/multilabel_textcategorizer.md

* Update website/docs/api/tok2vec.md

* Update website/docs/usage/layers-architectures.md

* Update website/docs/usage/layers-architectures.md

* Update website/docs/api/transformer.md

* Update website/docs/api/textcategorizer.md

* Update website/docs/api/tagger.md

* Update spacy/pipeline/entity_linker.py

* Update website/docs/api/sentencerecognizer.md

* Update website/docs/api/pipe.md

* Update website/docs/api/morphologizer.md

* Update website/docs/api/entityrecognizer.md

* Update spacy/pipeline/entity_linker.py

* Update spacy/pipeline/multitask.pyx

* Update spacy/pipeline/tagger.pyx

* Update spacy/pipeline/tagger.pyx

* Update spacy/pipeline/textcat.py

* Update spacy/pipeline/textcat.py

* Update spacy/pipeline/textcat.py

* Update spacy/pipeline/tok2vec.py

* Update spacy/pipeline/trainable_pipe.pyx

* Update spacy/pipeline/trainable_pipe.pyx

* Update spacy/pipeline/transition_parser.pyx

* Update spacy/pipeline/transition_parser.pyx

* Update website/docs/api/entitylinker.md

* Update website/docs/api/dependencyparser.md

* Update spacy/pipeline/trainable_pipe.pyx
2021-01-25 22:18:45 +08:00
..
_parser_internals Fix assertion in default get oracle sequence usage (#6738) 2021-01-16 16:07:39 +01:00
__init__.py multi-label textcat component (#6474) 2021-01-06 13:07:14 +11:00
attributeruler.py Tidy up and auto-format 2021-01-05 13:41:53 +11:00
dep_parser.pyx refer to _parser_internals.nonproj.DELIMITER 2021-01-07 18:58:13 +01:00
entity_linker.py Revert "Set annotations in update" (#6810) 2021-01-25 22:18:45 +08:00
entityruler.py Merge branch 'master' into pr/6444 2020-12-09 11:09:40 +11:00
functions.py Add token_splitter component (#6726) 2021-01-17 19:54:41 +08:00
lemmatizer.py Use logger.warning instead of logger.warn (#6596) 2020-12-21 08:25:10 +08:00
morphologizer.pyx Handle unset token.morph in Morphologizer (#6704) 2021-01-15 17:20:10 +01:00
multitask.pyx Set annotations in update (#6767) 2021-01-20 11:49:25 +11:00
ner.pyx Getting scores out of beam_ner (#6575) 2021-01-06 12:02:32 +01:00
pipe.pxd TrainablePipe (#6213) 2020-10-08 21:33:49 +02:00
pipe.pyx TrainablePipe (#6213) 2020-10-08 21:33:49 +02:00
sentencizer.pyx Handle missing reference values in scorer (#6286) 2020-11-03 15:47:18 +01:00
senter.pyx Handle missing reference values in scorer (#6286) 2020-11-03 15:47:18 +01:00
tagger.pyx Revert "Set annotations in update" (#6810) 2021-01-25 22:18:45 +08:00
textcat_multilabel.py Tidy up and auto-format 2021-01-15 11:57:36 +11:00
textcat.py Revert "Set annotations in update" (#6810) 2021-01-25 22:18:45 +08:00
tok2vec.py Revert "Set annotations in update" (#6810) 2021-01-25 22:18:45 +08:00
trainable_pipe.pxd Revert added_strings change (#6236) 2020-10-10 18:55:07 +02:00
trainable_pipe.pyx Revert "Set annotations in update" (#6810) 2021-01-25 22:18:45 +08:00
transition_parser.pxd TrainablePipe (#6213) 2020-10-08 21:33:49 +02:00
transition_parser.pyx Revert "Set annotations in update" (#6810) 2021-01-25 22:18:45 +08:00