The LangIdCumLif
task reads in language identification features from file and returns the running language identification score at periodic intervals. This is the score for all the data from the start to the current point.
Parameter | Description | Required |
---|---|---|
Type | The task name. Set to LangIDCumLif . |
Yes |
Beam | The beam width of the search process. | |
ClassList | A list of language classifiers to use. | Yes |
ClassPath | The path to the directory containing the language classifiers. | Yes |
File | The language identification feature (.lif) file to process. | Yes |
LangList | A subset of languages to use from the classifier list file. | |
NBest | The maximum number of language candidates to include in the output file. | |
Out | The file to write language identification results to. | Yes |
SegSize | The maximum results segment size. |
http://localhost:13000/action=AddTask&Type=LangIdCumLif&File=C:\Data\Speech.lif&ClassList=ListManager/OptClassSet&ClassPath=C:\LangID\&Out=SpeechLang2.ctm
This action uses port 13000
to instruct Speech Server, which is located on the local machine, to identify the language in the Speech.lif
file using the language classifiers specified in the OptClassSet
list. The action instructs IDOL Speech Server to write the identification results to the SpeechLang2.ctm
file.
|