spaCy/spacy/tests/parser
Sofie Van Landeghem fcbf899b08
Feature/example only (#5707)
* remove _convert_examples

* fix test_gold, raise TypeError if tuples are used instead of Example's

* throwing proper errors when the wrong type of objects are passed

* fix deprectated format in tests

* fix deprectated format in parser tests

* fix tests for NEL, morph, senter, tagger, textcat

* update regression tests with new Example format

* use make_doc

* more fixes to nlp.update calls

* few more small fixes for rehearse and evaluate

* only import ml_datasets if really necessary
2020-07-06 13:02:36 +02:00
..
__init__.py Revert #4334 2019-09-29 17:32:12 +02:00
test_add_label.py Improve spacy.gold (no GoldParse, no json format!) (#5555) 2020-06-26 19:34:12 +02:00
test_arc_eager_oracle.py Improve spacy.gold (no GoldParse, no json format!) (#5555) 2020-06-26 19:34:12 +02:00
test_ner.py Feature/example only (#5707) 2020-07-06 13:02:36 +02:00
test_neural_parser.py Improve spacy.gold (no GoldParse, no json format!) (#5555) 2020-06-26 19:34:12 +02:00
test_nn_beam.py Improve spacy.gold (no GoldParse, no json format!) (#5555) 2020-06-26 19:34:12 +02:00
test_nonproj.py Drop Python 2.7 and 3.5 (#4828) 2019-12-22 01:53:56 +01:00
test_parse_navigate.py Merge branch 'master' into tmp/sync 2020-03-26 13:38:14 +01:00
test_parse.py Feature/example only (#5707) 2020-07-06 13:02:36 +02:00
test_preset_sbd.py Improve spacy.gold (no GoldParse, no json format!) (#5555) 2020-06-26 19:34:12 +02:00
test_space_attachment.py Drop Python 2.7 and 3.5 (#4828) 2019-12-22 01:53:56 +01:00