LICENSE
MANIFEST.in
README.md
setup.py
docs/source/index.rst
docs/source/rst/datasets/GitHubTypoCorpusRu.rst
docs/source/rst/datasets/MedSpellchecker.rst
docs/source/rst/datasets/MultidomainGold.rst
docs/source/rst/datasets/RUSpellRU.rst
docs/source/rst/evaluation/RuErrant.rst
docs/source/rst/evaluation/RuSpellEval.rst
docs/source/rst/spelling_correction/FredT5-large.rst
docs/source/rst/spelling_correction/M2M100-418M.rst
docs/source/rst/spelling_correction/RuM2M100-1.2B.rst
docs/source/rst/spelling_correction/T5.rst
docs/source/rst/spelling_correction/sage-fredt5-distilled-95m.rst
docs/source/rst/spelling_correction/sage-fredt5-large.rst
docs/source/rst/spelling_correction/sage-m2m100-1.2B.rst
docs/source/rst/spelling_correction/sage-mt5-large.rst
docs/source/rst/spelling_corruption/Augmentex.rst
docs/source/rst/spelling_corruption/SBSC.rst
sage/__init__.py
sage/evaluation/__init__.py
sage/evaluation/ruspelleval.py
sage/evaluation/scorer.py
sage/evaluation/ruerrant_wrapper/__init__.py
sage/evaluation/ruerrant_wrapper/classifier.py
sage/evaluation/ruerrant_wrapper/merger.py
sage/evaluation/ruerrant_wrapper/scorer.py
sage/pipeline/__init__.py
sage/pipeline/augmenters.py
sage/pipeline/config.py
sage/pipeline/pipeline.py
sage/spelling_correction/__init__.py
sage/spelling_correction/corrector.py
sage/spelling_correction/m2m_correctors.py
sage/spelling_correction/t5_correctors.py
sage/spelling_correction/corruptors/__init__.py
sage/spelling_correction/corruptors/identity.py
sage/spelling_correction/corruptors/randomchar.py
sage/spelling_correction/models/__init__.py
sage/spelling_correction/models/t5/__init__.py
sage/spelling_correction/models/t5/encoder_task.py
sage/spelling_correction/models/t5/multiclass.py
sage/spelling_correction/models/t5/multilabel.py
sage/spelling_correction/models/t5/multilabel_lm.py
sage/spelling_correction/training/__init__.py
sage/spelling_correction/training/data_processor.py
sage/spelling_correction/training/data_utils.py
sage/spelling_correction/training/trainer.py
sage/spelling_corruption/__init__.py
sage/spelling_corruption/configuration_corruptor.py
sage/spelling_corruption/corruptor.py
sage/spelling_corruption/sbsc/__init__.py
sage/spelling_corruption/sbsc/base_classes.py
sage/spelling_corruption/sbsc/labeler.py
sage/spelling_corruption/sbsc/model.py
sage/spelling_corruption/sbsc/sbsc.py
sage/spelling_corruption/sbsc/typings_positions_conditions.py
sage/utils/__init__.py
sage/utils/data_load_utils.py
sage/utils/lang_utils.py
sage/utils/utils.py
sage_spelling.egg-info/PKG-INFO
sage_spelling.egg-info/SOURCES.txt
sage_spelling.egg-info/dependency_links.txt
sage_spelling.egg-info/requires.txt
sage_spelling.egg-info/top_level.txt
tests/test_correctors.py
tests/test_corruptors.py
tests/test_evaluate.py
tests/test_metrics.py
tests/test_pipeline.py
tests/test_ruspelleval.py
tests/test_utils.py
tests/tests.py
tests/tests_english.py