spaCy/spacy/tests/serialize
Matthew Honnibal b0f3ea2200 Fix names of pipeline components
NeuralDependencyParser --> DependencyParser
NeuralEntityRecognizer --> EntityRecognizer
TokenVectorEncoder     --> Tensorizer
NeuralLabeller         --> MultitaskObjective
2017-10-26 12:38:23 +02:00
..
__init__.py
test_serialization.py
test_serialize_empty_model.py
test_serialize_extension_attrs.py
test_serialize_parser_ner.py Fix names of pipeline components 2017-10-26 12:38:23 +02:00
test_serialize_stringstore.py
test_serialize_tagger.py Fix names of pipeline components 2017-10-26 12:38:23 +02:00
test_serialize_tensorizer.py Fix names of pipeline components 2017-10-26 12:38:23 +02:00
test_serialize_tokenizer.py
test_serialize_vocab.py