The NewLanguageModel
parameter sets the name of the new language model created using the lmbuild
module. You must include the file name extension (.tlm
).
This parameter does not have an internal default value. You must either set the configuration parameter to a suitable value, or set the value in the corresponding action parameter.
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: | Yes |
Configuration Section: | lmbuild module |
Example: | NewLanguageModel=myModel.tlm
|
See Also: | NewLanguageModel (action parameter) |
|