spaCy/spacy/tests/regression
Matthew Honnibal 1759abf1e5 Fix bug in sentence starts for non-projective parses
The set_children_from_heads function assumed parse trees were
projective. However, non-projective parses may be passed in during
deserialization, or after deprojectivising. This caused incorrect
sentence boundaries to be set for non-projective parses. Close #2772.
2018-09-19 14:50:06 +02:00
..
__init__.py Add __init__.py file for regression tests 2016-11-01 13:45:06 +01:00
test_issue1-1000.py 💫 Refactor test suite (#2568) 2018-07-24 23:38:44 +02:00
test_issue1001-1500.py 💫 Refactor test suite (#2568) 2018-07-24 23:38:44 +02:00
test_issue1501-2000.py 💫 Refactor test suite (#2568) 2018-07-24 23:38:44 +02:00
test_issue2001-2500.py 💫 Refactor test suite (#2568) 2018-07-24 23:38:44 +02:00
test_issue2179.py Add regression test for issue 2179 2018-07-20 17:15:44 +02:00
test_issue2564.py 💫 Refactor test suite (#2568) 2018-07-24 23:38:44 +02:00
test_issue2569.py 💫 Refactor test suite (#2568) 2018-07-24 23:38:44 +02:00
test_issue2626.py Add test for issue 2626 2018-08-05 13:46:57 +02:00
test_issue2671.py Note link between issues #2671 and #2675 2018-08-15 17:18:28 +02:00
test_issue2772.py Fix bug in sentence starts for non-projective parses 2018-09-19 14:50:06 +02:00