LICENSE
README.md
pyproject.toml
src/olaph/__init__.py
src/olaph/english_normalizer.py
src/olaph/german_normalizer.py
src/olaph/olaph.py
src/olaph/olaph_utils.py
src/olaph.egg-info/PKG-INFO
src/olaph.egg-info/SOURCES.txt
src/olaph.egg-info/dependency_links.txt
src/olaph.egg-info/requires.txt
src/olaph.egg-info/top_level.txt
src/olaph/dictionaries/general.txt
src/olaph/dictionaries/general_replacements.txt
src/olaph/dictionaries/de/de.txt
src/olaph/dictionaries/de/de_abbreviations.txt
src/olaph/dictionaries/de/de_capitals.txt
src/olaph/dictionaries/de/de_replacements.txt
src/olaph/dictionaries/en/en.txt
src/olaph/dictionaries/en/en_abbreviations.txt
src/olaph/dictionaries/en/en_capitals.txt
src/olaph/dictionaries/es/es.txt
src/olaph/dictionaries/es/es_capitals.txt
src/olaph/dictionaries/es/es_replacements.txt
src/olaph/dictionaries/fr/fr.txt
src/olaph/dictionaries/fr/fr_abbreviations.txt
src/olaph/dictionaries/fr/fr_capitals.txt
tests/test_olaph.py