LICENSE
README.md
pyproject.toml
src/terlik/__init__.py
src/terlik/cleaner.py
src/terlik/core.py
src/terlik/detector.py
src/terlik/fuzzy.py
src/terlik/normalizer.py
src/terlik/patterns.py
src/terlik/terlik.py
src/terlik/types.py
src/terlik/utils.py
src/terlik.egg-info/PKG-INFO
src/terlik.egg-info/SOURCES.txt
src/terlik.egg-info/dependency_links.txt
src/terlik.egg-info/requires.txt
src/terlik.egg-info/top_level.txt
src/terlik/dictionary/__init__.py
src/terlik/dictionary/core.py
src/terlik/dictionary/schema.py
src/terlik/lang/__init__.py
src/terlik/lang/types.py
src/terlik/lang/de/__init__.py
src/terlik/lang/de/config.py
src/terlik/lang/de/dictionary.json
src/terlik/lang/en/__init__.py
src/terlik/lang/en/config.py
src/terlik/lang/en/dictionary.json
src/terlik/lang/es/__init__.py
src/terlik/lang/es/config.py
src/terlik/lang/es/dictionary.json
src/terlik/lang/tr/__init__.py
src/terlik/lang/tr/config.py
src/terlik/lang/tr/dictionary.json
tests/test_adversarial_audit.py
tests/test_cleaner.py
tests/test_detector.py
tests/test_dictionary.py
tests/test_edge_cases.py
tests/test_entry_points.py
tests/test_extend_dictionary.py
tests/test_fuzzy.py
tests/test_integration.py
tests/test_lazy_compilation.py
tests/test_normalizer.py
tests/test_profanity.py
tests/test_redos.py
tests/test_spdg.py
tests/test_strictness.py
tests/test_suffix.py
tests/test_terlik.py