The LmLookUp task verifies whether a specified word is present in the vocabulary of a particular language model and, if so, how common the word is.
| Parameter | Description | Required |
|---|---|---|
| Type | The task name. Set to LmLookUp. |
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 |
| Word | The word to look up. | Yes |
http://localhost:15000/action=AddTask&Type=LmLookup&Tlm=C:\LP\ENUK\ver-ENUK-5.0.tlm&Word=garden&Out=SearchResult.ctm
This action searches the ver-ENUK-5.0.tlm language model file for the word garden and writes the results to the SearchResult.ctm file.
|
|