To normalize text, complete the following steps.
To run the text normalizer
Send an AddTask
action to IDOL Speech Server, and set the following action parameters:
Type
|
The task name. Specify TextNorm . |
File
|
The text file to normalize. |
Lang
|
The language pack to use. |
Out
|
The file to write the normalized text to. |
For example:
http://localhost:15000/action=AddTask&Type=TextNorm&File=C:/myData/Speech.txt&Out=SpeechNorm.ctm&Lang=ENUS
This action performs the TextNorm
task on the Speech.txt
file and writes the results to the SpeechNorm.ctm
file. The Speech.txt
file contains U.S. English dialect speech.
This action returns a token. You can use the token to:
|