Summary
Let users add words that Whisper frequently gets wrong — brand names, technical terms, people's names.
Details
- Add a "Custom Words" section in Settings with an editable list
- Use WhisperKit's initial prompt tokens to bias recognition toward these words
- Persist the word list in UserDefaults or a separate JSON file
Why
Whisper often misspells domain-specific terms. A personal dictionary dramatically improves accuracy for specialized use.
Summary
Let users add words that Whisper frequently gets wrong — brand names, technical terms, people's names.
Details
Why
Whisper often misspells domain-specific terms. A personal dictionary dramatically improves accuracy for specialized use.