A file to use to either replace or add alternative pronunciations of words at language load time.
The file must be in the following format:
After
|
True
|
aa f t r
|
Consumers
|
False
|
k ax n s y uw m ax z
|
The first column specifies the word to add or edit. The second column contains a Boolean value that specifies whether the pronunciation specified in the third column is a new pronunciation or a replacement. Specify True
if you want to replace an existing pronunciation, or False
if you want to add a new pronunciation.
You can find out how to represent the pronunciations by using the GetPhoneList action to return a list of phonemes.
Action: | AddTask
CheckResources LoadLanguage UnloadLanguage |
Task: | SpeechToText
SpeechToTextFilter SpeechToTextTelephony |
Type: | String |
Default: | |
Example: | PronFile=MyPronunciations.txt
|
See Also: |
|
|