LICENSE
README.md
pyproject.toml
src/opustrainer/__init__.py
src/opustrainer/__main__.py
src/opustrainer/alignments.py
src/opustrainer/logger.py
src/opustrainer/shuffle.py
src/opustrainer/tokenizers.py
src/opustrainer/trainer.py
src/opustrainer/types.py
src/opustrainer.egg-info/PKG-INFO
src/opustrainer.egg-info/SOURCES.txt
src/opustrainer.egg-info/dependency_links.txt
src/opustrainer.egg-info/entry_points.txt
src/opustrainer.egg-info/requires.txt
src/opustrainer.egg-info/top_level.txt
src/opustrainer/modifiers/__init__.py
src/opustrainer/modifiers/merge.py
src/opustrainer/modifiers/noise.py
src/opustrainer/modifiers/placeholders.py
src/opustrainer/modifiers/pool.py
src/opustrainer/modifiers/prefix.py
src/opustrainer/modifiers/retokenize.py
src/opustrainer/modifiers/surface.py
src/opustrainer/modifiers/typos.py
tests/test_endtoend.py
tests/test_logger.py
tests/test_merge.py
tests/test_noise.py
tests/test_placeholders.py
tests/test_prefixes.py
tests/test_retokenizer.py
tests/test_tokenizers.py
tests/test_trainer.py
tests/test_trainer_cli.py
tests/test_typos.py