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 |
| ForceRecompoundOff | Whether to prevent recompounding. | |
| ForceRecompoundOn | Whether to force recompounding. | |
| 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 |
| Punctuation | Whether to add punctuation to the word data. | |
| WordBar | Switches on word barring. | |
| WordBarList | The location of a list of words to be barred. |
http://localhost:15000/action=AddTask&Type=PunctuateCtm&In=file.ctm&Out=filePunct.ctm
This action performs the PunctuateCtm task on the file.ctm file and writes the results to the filePunct.ctm file. The filePunct.ctm file contains punctuation.
|
|