mirror of
https://github.com/explosion/spaCy.git
synced 2025-11-03 01:17:52 +03:00
* Alignment: use a simplified ragged type for performance This introduces the AlignmentArray type, which is a simplified version of Ragged that performs better on the simple(r) indexing performed for alignment. * AlignmentArray: raise an error when using unsupported index * AlignmentArray: move error messages to Errors * AlignmentArray: remove simlified ... with simplifications * AlignmentArray: fix typo that broke a[n:n] indexing |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_augmenters.py | ||
| test_new_example.py | ||
| test_pretraining.py | ||
| test_readers.py | ||
| test_rehearse.py | ||
| test_training.py | ||