The PunctuateCtm
task takes a non-punctuated .ctm
file as input and produces a .ctm
file that includes simple sentence-forming punctuation (such as full stops and initial capital letters).
Parameter | Description | Required |
---|---|---|
Type | The task name. Set to PunctuateCtm . |
Yes |
In | A non-punctuated .ctm file. |
Yes |
NonSentFinalWords | A list of words that are unlikely to end a sentence. | |
Out | The file to write the transcription to. | Yes |
http://localhost:13000/action=AddTask&Type=PunctuateCtm&In=file.ctm&Out=filePunct.ctm
This action uses port 13000
to instruct IDOL Speech Server, which is located on the local machine, to perform the PunctuateCtm
task on the file.ctm
file and write the results to the filePunct.ctm
file. The filePunct.ctm
file contains punctuation.
|