spaCy/spacy/tests/parser
Matthew Honnibal 084271c9e9
Remove GoldParse from public API
* Move get_parses_from_example to spacy.syntax

* Get GoldParse out of Example

* Avoid expecting GoldParse input in parser

* Add Alignment to spacy.gold.align

* Update Example object

* Add comment

* Update pipeline

* Fix imports

* Simplify gold_io

* WIP on GoldCorpus

* Update test

* Xfail some gold tests

* Remove ignore_misaligned option from GoldCorpus

* Fix Example constructor

* Update test

* Fix usage of Example

* Add deprecated_get_gold method on Example

* Patch scorer

* Fix test

* Fix test

* Update tests

* Xfail a test

* Fix passing of make_projective

* Pass make_projective by default

* Hack data format in Example.from_dict

* Update tests

* Fix example.from_dict

* Update morphologizer

* Fix entity linker

* Add get_field to TokenAnnotation

* Fix Example.get_aligned

* Update test

* Fix alignment

* Fix corpus

* Fix GoldCorpus

* Handle misaligned

* Format

* Fix missing import
2020-06-08 22:09:57 +02:00
..
__init__.py Revert #4334 2019-09-29 17:32:12 +02:00
test_add_label.py Remove GoldParse from public API 2020-06-08 22:09:57 +02:00
test_arc_eager_oracle.py default models defined in component decorator (#5452) 2020-05-19 16:20:03 +02:00
test_ner.py Fix test and schemas 2020-05-21 19:01:02 +02:00
test_neural_parser.py Remove GoldParse from public API 2020-06-08 22:09:57 +02:00
test_nn_beam.py default models defined in component decorator (#5452) 2020-05-19 16:20:03 +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 Default settings to configurations (#4995) 2020-02-27 18:42:27 +01:00
test_preset_sbd.py Remove GoldParse from public API 2020-06-08 22:09:57 +02:00
test_space_attachment.py Drop Python 2.7 and 3.5 (#4828) 2019-12-22 01:53:56 +01:00