mirror of
https://github.com/explosion/spaCy.git
synced 2025-10-26 21:51:24 +03:00
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. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_issue1-1000.py | ||
| test_issue1001-1500.py | ||
| test_issue1501-2000.py | ||
| test_issue2001-2500.py | ||
| test_issue2179.py | ||
| test_issue2564.py | ||
| test_issue2569.py | ||
| test_issue2626.py | ||
| test_issue2671.py | ||
| test_issue2772.py | ||