FAB Subtitler can use a word substitution list to substitute texts received from live transcription with other texts. This can be used to correct words which are frequently recognized incorrectly by the transcription service.
A word substitution list is a simple text file and you can find a sample of such file here.
Make absolutely sure that the text file is saved with BOM, for example “UTF-8 with BOM” to make sure that all characters are loaded correctly by FAB Subtitler.
Configuration
The word substitution file is currently used in FAB Subtitler only for live transcription and not for file transcription. This must be configured in the settings here:
Functionality
The file contains multiple lines. Each line contains text which will be replaced at the beginning of the line, followed by = and followed by the text which will replace the text in front of =
The text on the left before = is case-insensitive, but complete words are compared, not partial words. If separators are specified before =, they are ignored.
For example, when entering the following in the word substitution file:
Wetter vor 8 = Wetter vor acht
vor 8 = vor 88
then
„Wetter vor 8. In 88 Tagen um die Welt. Vor 8 Tagen hat es geregnet. Fehlen noch 8, 9 oder 10 Tage bis zum Sommeranfang?“
becomes
„Wetter vor acht. In 88 Tagen um die Welt. Vor 88 Tagen hat es geregnet. Fehlen noch 8, 9 oder 10 Tage bis zum Sommeranfang?“
All words to the left of = must match for the substitution to be made. If multiple matches occur, the longest version is used, e.g., for “Wetter vor 8,” it uses “Wetter vor acht” and not “vor 88.”
Text comparison of the text on the left side of = is case insensitive.
Another example:
Wetter vor 8 = Wetter vor acht
replaces all following versions:
Wetter vor 8 --> to --> Wetter vor acht
Wetter. Vor 8. --> to --> Wetter. vor acht.
WETTeR, vOR, 8, --> to --> Wetter, vor, acht,
It is also important to understand that the file is only read at the beginning of a live transcription. If the file on the hard drive changes, you must stop and restart live transcription to use the new file.
This page was last updated on 2025-04-24