mirror of
https://github.com/explosion/spaCy.git
synced 2026-02-21 22:50:57 +03:00
The code for distillation with an oracle cut size was not reimplemented after the parser refactor. We did not notice, because we did not have tests for this functionality. This change brings back the functionality and adds this to the parser tests. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| _search.pyx | ||
| test_add_label.py | ||
| test_arc_eager_oracle.py | ||
| test_ner.py | ||
| test_neural_parser.py | ||
| test_nn_beam.py | ||
| test_nonproj.py | ||
| test_parse_navigate.py | ||
| test_parse.py | ||
| test_preset_sbd.py | ||
| test_search.py | ||
| test_space_attachment.py | ||
| test_state.py | ||