.codecrate.toml
.gitignore
.pre-commit-config.yaml
DATA_SOURCES.md
LICENSE
MANIFEST.in
README.md
RELEASING.md
pyproject.toml
docs/architecture.md
docs/changelog.md
docs/conf.py
docs/index.md
docs/requirements.txt
lexhint/__init__.py
lexhint/__main__.py
lexhint/builder.py
lexhint/cli.py
lexhint/datasets.py
lexhint/download.py
lexhint/extract.py
lexhint/frequency.py
lexhint/kaikki.py
lexhint/languages.py
lexhint/lexicon.py
lexhint/models.py
lexhint/py.typed
lexhint/render.py
lexhint/schema.py
lexhint/semantics.py
lexhint/sources.py
lexhint/status.py
lexhint/store.py
lexhint/terminal.py
lexhint.egg-info/PKG-INFO
lexhint.egg-info/SOURCES.txt
lexhint.egg-info/dependency_links.txt
lexhint.egg-info/entry_points.txt
lexhint.egg-info/requires.txt
lexhint.egg-info/scm_file_list.json
lexhint.egg-info/scm_version.json
lexhint.egg-info/top_level.txt
lexhint/data/dictionaries/.gitkeep
tests/test_cli_dataset.py
tests/test_cli_dictionary_output.py
tests/test_cli_release_contract.py
tests/test_completion.py
tests/test_context_targets.py
tests/test_dataset_catalog.py
tests/test_dataset_install.py
tests/test_dataset_resolver.py
tests/test_dictionary_render.py
tests/test_download.py
tests/test_extract.py
tests/test_final_form.py
tests/test_frequency.py
tests/test_kaikki.py
tests/test_locales.py
tests/test_projection.py
tests/test_schema_contract.py
tests/test_sources.py
tests/fixtures/kaikki-mini.jsonl
tests/fixtures/kaikki-rich.jsonl
tools/vendor_dictionary.py