spaCy/spacy/tests/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
..
__init__.py Revert #4334 2019-09-29 17:32:12 +02:00
test_analysis.py Simplify pipe analysis 2020-08-01 13:40:06 +02:00
test_attributeruler.py Tidy up and auto-format 2021-01-05 13:41:53 +11:00
test_entity_linker.py adding tests for trained models to ensure predict reproducibility 2020-10-13 21:07:13 +02:00
test_entity_ruler.py Tidy up and auto-format 2021-01-05 13:41:53 +11:00
test_functions.py Tidy up tests and docs 2020-09-21 20:43:54 +02:00
test_initialize.py Test with default value 2020-09-29 17:00:40 +02:00
test_lemmatizer.py Use logger.warning instead of logger.warn (#6596) 2020-12-21 08:25:10 +08:00
test_models.py call NumpyOps instead of get_current_ops() 2020-10-14 16:55:00 +02:00
test_morphologizer.py Ignore misaligned in Morphologizer.get_loss (#6363) 2020-11-10 20:15:09 +08:00
test_pipe_factories.py Tidy up and auto-format 2021-01-05 13:41:53 +11:00
test_pipe_methods.py Fix typo in test 2020-10-09 18:00:21 +02:00
test_sentencizer.py Refactor Docs.is_ flags (#6044) 2020-09-17 00:14:01 +02:00
test_senter.py adding tests for trained models to ensure predict reproducibility 2020-10-13 21:07:13 +02:00
test_tagger.py Tidy up and auto-format 2021-01-05 13:41:53 +11:00
test_textcat.py multi-label textcat component (#6474) 2021-01-06 13:07:14 +11:00
test_tok2vec.py Fix types of Tok2Vec encoding architectures (#6442) 2021-01-07 16:39:27 +11:00