The NewDictionary
parameter is the name of the new dictionary file used to build a language model.
If you do not set this parameter, Speech Server uses the output language model file name (specified as the value of the NewLanguageModel
parameter), but with the extension .dct.sz
rather than .tlm
.
*You must set the value of this configuration parameter by setting 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.
Note: 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: | NewDictionary=myModel.dct.sz
|
See Also: | NewDictionary (action parameter) |
|