📖 Custom Dictionary Optimization
After adding frequently corrected words to the dictionary, the system will automatically fix them in future transcriptions.
1. Three Rule Types
- Deletion Rule: Directly remove filler words like "um", "uh", "you know".
- Text Replacement: Change misrecognized words to target words (e.g., "AI assistant" → "AI Assistant").
- Pinyin Replacement (Chinese Only): Correct errors based on pinyin mapping (e.g.,
pinyin→ correct characters).
2. Using Smart Extraction
- Paste an actual meeting text snippet.
- Choose extraction method (
tfidf/textrank/smart). - Select candidate words and add them to the dictionary with one click.
3. Easiest Maintenance Method
When performing batch replacement/deletion in the meeting details, check "Sync Dictionary" to automatically save the modification as a rule.