The Lang
parameter sets the name of the language pack used for operations in the module. Specify the name of the configuration section in the IDOL Speech Server configuration file where the settings for the language pack are configured.
stt
module), set the parameter to the name of the language pack, for example ENUK
. For the stt
module, you must set the Lang
configuration parameter using the corresponding action parameter.lidfeature
module), set this name to the feature extraction models used for language identification, for example Syls
.For transcript alignment (using the align
module), set this name to the language pack to use for alignment.
For text normalization (using the textnorm
module), set this name to the language pack to use for normalization. For the textnorm
module, you must set the Lang
configuration parameter using the corresponding action parameter.
For language model building (using the lmbuild
module), set this name to the base language pack to use to create the custom language model. For the lmbuild
module, you must set the Lang
configuration parameter using the corresponding action parameter.
Type: | String |
---|---|
Default: | None |
Required: | Yes |
Configuration Section: | align, lidfeature, lmbuild, splitspeech, stt, textnorm, and textsegment modules |
Example: | Lang=ENUK
|
See Also: | Lang (action parameter) |
|