spaCy/spacy/tests/parser
adrianeboyd 2d8c6e1124 Iterate over lr_edges until sents are correct (#4702)
Iterate over lr_edges until all heads are within the current sentence.
Instead of iterating over them for a fixed number of iterations, check
whether the sentence boundaries are correct for the heads and stop when
all are correct. Stop after a maximum of 10 iterations, providing a
warning in this case since the sentence boundaries may not be correct.
2019-11-25 13:06:36 +01:00
..
__init__.py Revert #4334 2019-09-29 17:32:12 +02:00
test_add_label.py Revert #4334 2019-09-29 17:32:12 +02:00
test_arc_eager_oracle.py Revert #4334 2019-09-29 17:32:12 +02:00
test_ner.py Tidy up and auto-format 2019-11-20 13:16:33 +01:00
test_neural_parser.py Revert #4334 2019-09-29 17:32:12 +02:00
test_nn_beam.py Revert #4334 2019-09-29 17:32:12 +02:00
test_nonproj.py Revert #4334 2019-09-29 17:32:12 +02:00
test_parse_navigate.py Revert #4334 2019-09-29 17:32:12 +02:00
test_parse.py Iterate over lr_edges until sents are correct (#4702) 2019-11-25 13:06:36 +01:00
test_preset_sbd.py Revert #4334 2019-09-29 17:32:12 +02:00
test_space_attachment.py Revert #4334 2019-09-29 17:32:12 +02:00