.editorconfig
.env.example
.gitignore
LICENSE
MANIFEST.in
README.md
docker-compose.yml
mkdocs.yml
pyproject.toml
requirements-api.txt
requirements.txt
requirements_dev.txt
.github/dependabot.yml
.github/release.yml
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/build.yaml
.github/workflows/docs-build.yml
.github/workflows/docs.yml
.github/workflows/release.yaml
WhispyWyser.egg-info/PKG-INFO
WhispyWyser.egg-info/SOURCES.txt
WhispyWyser.egg-info/dependency_links.txt
WhispyWyser.egg-info/entry_points.txt
WhispyWyser.egg-info/requires.txt
WhispyWyser.egg-info/top_level.txt
docs/changelog.md
docs/common.md
docs/contributing.md
docs/faq.md
docs/index.md
docs/installation.md
docs/usage.md
docs/whispywyser.md
docs/examples/intro.ipynb
docs/overrides/main.html
tests/__init__.py
tests/test_whispywyser.py
whispywyser/__init__.py
whispywyser/api.py
whispywyser/cli.py
whispywyser/debug.py
whispywyser/spell_checker.py
whispywyser/spell_trainer.py
whispywyser/homeassistant/__init__.py
whispywyser/homeassistant/api.py
whispywyser/homeassistant/client.py
whispywyser/homeassistant/models.py
whispywyser/spell_check/__init__.py
whispywyser/wfw/__init__.py
whispywyser/wfw/handler.py
whispywyser/wfw/transformers_whisper.py
whispywyser/wfw/wfw.py