Skip to content

Strip filler words from transcriptions via configurable regex#123

Open
lucyfarnik wants to merge 1 commit intoStarmel:masterfrom
lucyfarnik:feature/filler-word-removal
Open

Strip filler words from transcriptions via configurable regex#123
lucyfarnik wants to merge 1 commit intoStarmel:masterfrom
lucyfarnik:feature/filler-word-removal

Conversation

@lucyfarnik
Copy link

Summary

  • Adds post-processing step to remove filler sounds (um, uh, er, ah, hmm, mm) from transcription output
  • Feature is off by default, toggled via "Remove Filler Words" in Transcription settings
  • Regex pattern is user-editable so users can customize which words get filtered
  • Applied in both the main window and the indicator window transcription paths

Test plan

  • Verify transcriptions work normally with the feature disabled (default)
  • Enable the toggle and verify filler words are stripped from output
  • Edit the regex pattern and verify custom patterns work
  • Verify whitespace is cleaned up properly after filler removal

Add post-processing step that removes filler sounds (um, uh, er, ah,
hmm, mm) from transcription output before pasting. The feature is off
by default and the regex pattern is editable in settings so users can
customize which words get filtered.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant