The RcmpValidList
parameter specifies a list in IDOL Speech Server's list manager that contains all the valid words for a language. If RcmpValidList
is set, only word fragments that combine to create a word that appears in the file are recombined.
Prefix the list key with ListManager/
. For example:
RcmpValidList=ListManager/ListName
Create the list in the list manager before you specify it in the RcmpValidList
parameter. Each word must be a separate list entry.
For more information about IDOL Speech Server's list manager, see the IDOL Speech Server Administration Guide.
Note: Instead of using the list manager, you can create the list in a text file on a drive that the server can access. Set the parameter to the name of the text file. You can specify an absolute or relative file path. If you specify a relative path, it is considered as being relative to the Speech Server installation directory. If the file path is excluded, IDOL Speech Server defaults to the server installation directory.
Type: | String |
---|---|
Default: | None |
Required: | No |
Configuration Section: | postproc module |
Example: | RcmpValidList=ListManager/ENUSwords
|
|