After you have normalized the transcript text, you can check the transcript for any large, mismatched sections.
To check a transcript
Send an AddTask
action to IDOL Speech Server, and set the following parameters:
Type
|
The task name. Set to TranscriptCheck . |
TxtFile
|
The normalized transcript file. |
CtmFile
|
The speech-to-text transcript file produced from the audio file. |
Out
|
The file to write a transcript that contains the approximate timestamps to. |
DiagFile
|
The alignment diagnostics file to generate. |
For example:
http://localhost:13000/action=AddTask&Type=TranscriptCheck&TxtFile=C:\data\transcript.txt&CtmFile=C:\misc\speechtext.ctm&Out=AlignResults.ctm&DiagFile=myResults.diag
This action uses port 13000
to instruct IDOL Speech Server, which is located on the local machine, to compare the transcript.txt
and speechtext.ctm
files to produce the AlignResults.ctm
file and the myResults.diag
file.
This action returns a token. You can use the token to:
|