The LmListVocab
task lists the most common words in the specified language model.
Parameter | Description | Required |
---|---|---|
Type | The task name. Set to LmListVocab . |
Yes |
Clm | The custom language model to use in conjunction with a base model. | |
CWeight | The interpolation weight of the custom language model, if applicable. | |
Out | The file to write the results to. | Yes |
Tlm | The language model to query. | Yes |
http://localhost:15000/action=AddTask&Type=LmListVocab&Tlm=C:\LP\ENUK\ver-ENUK-5.0.tlm&Out=ENUKvocab.ctm
This action writes the 30,000 most frequently occurring words in the ver-ENUK-5.0.tlm
language model to the ENUKvocab.ctm
file.
|