.cookiecutter.json
.cruft.json
.gitignore
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
citation.cff
makefile
pyproject.toml
readme.md
.github/ISSUE_TEMPLATE/01_bugs.md
.github/ISSUE_TEMPLATE/02_docs.md
.github/ISSUE_TEMPLATE/03_feature-request.md
.github/ISSUE_TEMPLATE/04_augmenter-request.md
.github/ISSUE_TEMPLATE/config.yml
.github/workflows/documentation.yml
.github/workflows/lint.yml
.github/workflows/release.yml
.github/workflows/stalebot.yml
.github/workflows/static_type_checks.yml
.github/workflows/tests.yml
docs/adding_an_augmenter.rst
docs/augmenters_overview.md
docs/augmenty.augment_utilities.rst
docs/augmenty.character.rst
docs/augmenty.doc.rst
docs/augmenty.keyboard.rst
docs/augmenty.lang.rst
docs/augmenty.span.rst
docs/augmenty.token.rst
docs/augmenty.util.rst
docs/conf.py
docs/create_augmenters_table.py
docs/faq.rst
docs/index.rst
docs/installation.rst
docs/news.rst
docs/_static/favicon.ico
docs/_static/icon.png
docs/_static/icon_dark.png
docs/tutorials/introduction.ipynb
docs/tutorials/requirements.txt
docs/tutorials/training_using_augmenty/.gitignore
docs/tutorials/training_using_augmenty/README.md
docs/tutorials/training_using_augmenty/augmenters.py
docs/tutorials/training_using_augmenty/project.yml
docs/tutorials/training_using_augmenty/training_using_augmenty.ipynb
docs/tutorials/training_using_augmenty/configs/default.cfg
img/icon.png
paper/paper.bib
paper/paper.md
paper/paper.pdf
paper/paper.qmd
paper/readme.md
src/augmenty/__init__.py
src/augmenty/about.py
src/augmenty/augment_utilities.py
src/augmenty/keyboard.py
src/augmenty/meta.json
src/augmenty/util.py
src/augmenty.egg-info/PKG-INFO
src/augmenty.egg-info/SOURCES.txt
src/augmenty.egg-info/dependency_links.txt
src/augmenty.egg-info/requires.txt
src/augmenty.egg-info/top_level.txt
src/augmenty/character/__init__.py
src/augmenty/character/casing.py
src/augmenty/character/replace.py
src/augmenty/character/spacing.py
src/augmenty/character/swap.py
src/augmenty/doc/__init__.py
src/augmenty/doc/casing.py
src/augmenty/doc/subset.py
src/augmenty/lang/__init__.py
src/augmenty/lang/da/__init__.py
src/augmenty/lang/da/augmenters.py
src/augmenty/lang/da/keyboard.py
src/augmenty/lang/de/__init__.py
src/augmenty/lang/de/keyboard.py
src/augmenty/lang/el/__init__.py
src/augmenty/lang/el/keyboard.py
src/augmenty/lang/en/__init__.py
src/augmenty/lang/en/keyboard.py
src/augmenty/lang/es/__init__.py
src/augmenty/lang/es/keyboard.py
src/augmenty/lang/fr/__init__.py
src/augmenty/lang/fr/keyboard.py
src/augmenty/lang/hu/__init__.py
src/augmenty/lang/hu/keyboard.py
src/augmenty/lang/it/__init__.py
src/augmenty/lang/it/keyboard.py
src/augmenty/lang/lt/__init__.py
src/augmenty/lang/lt/keyboard.py
src/augmenty/lang/mk/__init__.py
src/augmenty/lang/mk/keyboard.py
src/augmenty/lang/nb/__init__.py
src/augmenty/lang/nb/keyboard.py
src/augmenty/lang/nl/__init__.py
src/augmenty/lang/nl/keyboard.py
src/augmenty/lang/pl/__init__.py
src/augmenty/lang/pl/keyboard.py
src/augmenty/lang/pt/__init__.py
src/augmenty/lang/pt/keyboard.py
src/augmenty/lang/ro/__init__.py
src/augmenty/lang/ro/keyboard.py
src/augmenty/lang/ru/__init__.py
src/augmenty/lang/ru/keyboard.py
src/augmenty/span/__init__.py
src/augmenty/span/entities.py
src/augmenty/span/utils.py
src/augmenty/token/__init__.py
src/augmenty/token/casing.py
src/augmenty/token/insert.py
src/augmenty/token/replace.py
src/augmenty/token/spacing.py
src/augmenty/token/static_embedding_util.py
src/augmenty/token/swap.py
src/augmenty/token/wordnet_util.py
tests/__init__.py
tests/books.py
tests/conftest.py
tests/requirements.txt
tests/test_all_augmenters.py
tests/test_augmentation_utilities.py
tests/test_character.py
tests/test_doc.py
tests/test_general.py
tests/test_issue_170.py
tests/test_keyboard.py
tests/test_spans.py
tests/test_static_embedding.py
tests/test_token.py
tests/test_util.py
tests/lang/__init__.py
tests/lang/test_da.py