LICENSE
README.md
pyproject.toml
src/cotescore/__init__.py
src/cotescore/_core.py
src/cotescore/_distributions.py
src/cotescore/adapters.py
src/cotescore/alto_ssu_tagger.py
src/cotescore/class_metrics.py
src/cotescore/dataset.py
src/cotescore/layout.py
src/cotescore/map_metric.py
src/cotescore/ocr.py
src/cotescore/ssu_tagger.py
src/cotescore/types.py
src/cotescore/visualisation.py
src/cotescore.egg-info/PKG-INFO
src/cotescore.egg-info/SOURCES.txt
src/cotescore.egg-info/dependency_links.txt
src/cotescore.egg-info/requires.txt
src/cotescore.egg-info/top_level.txt
src/cotescore/assets/limerick_case_study/limerick_image.png
tests/test_alto_ssu_tagger.py
tests/test_benchmarks.py
tests/test_class_metrics.py
tests/test_dataset.py
tests/test_map_metric.py
tests/test_metrics.py
tests/test_models.py
tests/test_ocr.py
tests/test_pipeline_config.py
tests/test_pipeline_io.py
tests/test_pipeline_ocr.py
tests/test_pipeline_transforms.py
tests/test_ssu_tagger.py
tests/test_visualisation.py