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.
| Type: | String |
| Default: | None |
| Required: | No |
| Configuration Section: | MyResource (language packs only) |
| Example: | PronFile=$params.PronFile
|
| See Also: | PronFile (action parameter) |
|
|