spaCy/spacy/tests/doc
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 Rename "tokens" tests to "doc" 2017-01-11 18:59:01 +01:00
test_add_entities.py Fix names of pipeline components 2017-10-26 12:38:23 +02:00
test_array.py Support strings for attribute list in doc.to_array 2017-10-20 11:46:57 +05:30
test_creation.py Fix tests 2017-10-11 13:27:18 +02:00
test_doc_api.py Update tests 2017-10-24 17:05:15 +02:00
test_pickle_doc.py Test pickling hooks 2017-10-17 19:43:52 +02:00
test_token_api.py Update tests 2017-10-24 17:05:15 +02:00