Files
doctate/server/vocab
Brummel bb584b6ea0 Refactor: Remove unused Whisper variants
This commit removes the `whisper_variant` and `whisper_hotwords_variant`
fields from the `run_id` generation and the `print_meta_summary`
function.

These variants are no longer used as the project is shifting focus to
LLM-based generation. The `run_full_case.rs` example has also been
updated to reflect this change.
2026-04-30 16:56:12 +02:00
..

Gazetteer vocabulary

Plain list of domain-specific words the analysis LLM might not know — medication brand names, proper nouns, colleagues, technical terms. Loaded once at server start. Used to annotate close edit-distance neighbours in Whisper transcripts as Token [?Canonical] for LLM-side review.

Format

  • One entry per line, UTF-8.
  • Blank lines and lines starting with # are skipped.
  • Matching is case-insensitive; original casing is preserved for display.
  • Entries must be ≥5 characters (shorter tokens collide too often with everyday German words).
  • Duplicates (case-insensitive, across files) are collapsed automatically.

Adding entries

Edit vocabulary.txt (or drop additional *.txt files into this directory — the loader picks up every *.txt non-recursively). Restart the server afterwards; there is no hot-reload. Keep entries phonetically distinctive: Tavor is a good entry, Haus would match innocent words.