spaCy/spacy/pipeline
Sofie Van Landeghem 75d9019343
Fix types of Tok2Vec encoding architectures (#6442)
* fix TorchBiLSTMEncoder documentation

* ensure the types of the encoding Tok2vec layers are correct

* update references from v1 to v2 for the new architectures
2021-01-07 16:39:27 +11:00
..
_parser_internals Getting scores out of beam_parser (#6684) 2021-01-07 16:28:27 +11: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 Getting scores out of beam_parser (#6684) 2021-01-07 16:28:27 +11:00
entity_linker.py fix embed_size in Entity Linker architecture (#6343) 2020-11-04 22:20:13 +01:00
entityruler.py Merge branch 'master' into pr/6444 2020-12-09 11:09:40 +11:00
functions.py Refactor Docs.is_ flags (#6044) 2020-09-17 00:14:01 +02:00
lemmatizer.py Use logger.warning instead of logger.warn (#6596) 2020-12-21 08:25:10 +08:00
morphologizer.pyx Fix types of Tok2Vec encoding architectures (#6442) 2021-01-07 16:39:27 +11:00
multitask.pyx remove labels from constructor 2020-11-11 21:34:12 +01: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 Tagger robustness (#6580) 2020-12-18 18:51:47 +08:00
textcat_multilabel.py multi-label textcat component (#6474) 2021-01-06 13:07:14 +11:00
textcat.py Fix types of Tok2Vec encoding architectures (#6442) 2021-01-07 16:39:27 +11:00
tok2vec.py Revert added_strings change (#6236) 2020-10-10 18:55:07 +02:00
trainable_pipe.pxd Revert added_strings change (#6236) 2020-10-10 18:55:07 +02:00
trainable_pipe.pyx always return losses 2020-10-14 15:00:49 +02:00
transition_parser.pxd TrainablePipe (#6213) 2020-10-08 21:33:49 +02:00
transition_parser.pyx Add beam_parser and beam_ner components for v3 (#6369) 2020-12-13 09:08:32 +08:00