The file name of the generated Language Model Information file. If you set this parameter, you must include the file name extension (.lmi
).
If you do not set this parameter, the file name is the same as that of the generated language model (and the file is located in the same directory), but with the extension .lmi
instead of .tlm
.
You can retrieve the generated LMI file by using the GetResults
action with the Label
parameter set to lmi
.
You can specify an absolute or relative file path. If you specify a relative path, it is considered as being relative to the custom language model directory. If the file path is excluded, IDOL Speech Server defaults to the custom language model directory.
The CustomLMDir parameter in the [Paths]
section of the configuration file sets the location of the custom language model directory.
Type: | String |
Default: | None |
Required: | No |
Configuration Section: | lmbuild module |
Example: | NewLMInfoFile=myModel.lmi
|
See Also: | NewLMInfoFile (action parameter) |
|