.codecrate.toml
.gitignore
.pre-commit-config.yaml
DATA_SOURCES.md
LICENSE
MANIFEST.in
README.md
RELEASING.md
pyproject.toml
benchmarks/README.md
benchmarks/__init__.py
benchmarks/config.py
benchmarks/generate.py
benchmarks/metrics.py
benchmarks/model.py
benchmarks/report.py
benchmarks/run.py
benchmarks/scaling.py
benchmarks/schema_api.py
benchmarks/workloads.py
benchmarks/profiles/__init__.py
benchmarks/profiles/english_estimate.json
benchmarks/profiles/medium.json
benchmarks/profiles/small.json
benchmarks/profiles/smoke.json
benchmarks/results/.gitkeep
benchmarks/schemas/__init__.py
benchmarks/schemas/compact_experiment.py
benchmarks/schemas/current_v8.py
benchmarks/schemas/current_v8_relations.py
benchmarks/schemas/current_v9.py
benchmarks/schemas/current_v9_readonly_finalized.py
benchmarks/schemas/current_v9_without_rowid.py
benchmarks/schemas/schema10_candidate.py
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/schema_contract.py
lexhint/search.py
lexhint/semantics.py
lexhint/sources.py
lexhint/status.py
lexhint/store.py
lexhint/terminal.py
lexhint/wiktextract_types.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_benchmark_harness.py
tests/test_cli_dataset.py
tests/test_cli_dictionary_output.py
tests/test_cli_release_contract.py
tests/test_cli_search.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_dictionary_search.py
tests/test_download.py
tests/test_extract.py
tests/test_final_form.py
tests/test_frequency.py
tests/test_headword_search.py
tests/test_kaikki.py
tests/test_locales.py
tests/test_projection.py
tests/test_relations.py
tests/test_relations_benchmark.py
tests/test_schema_contract.py
tests/test_search_helpers.py
tests/test_sense_identity.py
tests/test_sources.py
tests/test_storage_finalization.py
tests/test_suggestions.py
tests/fixtures/kaikki-mini.jsonl
tests/fixtures/kaikki-rich.jsonl
tools/inspect_wiktextract.py
tools/profile_wiktextract_relations.py
tools/vendor_dictionary.py