The DataListFile
parameter specifies the key for a list in HPE IDOL Speech Server's list manager that specifies a set of data files required by the module. Prefix the list key with ListManager/
. For example:
DataListFile=ListManager/ListName
*You must set the value of this configuration parameter by setting the corresponding action parameter.
Create the list in the list manager before you specify it in the DataListFile
parameter. For more information about HPE IDOL Speech Server's list manager, see the HPE 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 HPE IDOL Speech Server installation directory. If the file path is excluded, HPE IDOL Speech Server defaults to the server installation directory.
amadaptadddata
module, the list specifies acoustic feature files and their corresponding transcripts. The transcript has the same name as the acoustic feature file that it relates to (except for the file extension and file path). Specify the file names without the file extension or path.lidoptimizer
and lidtrain
modules, the list specifies language feature files. lmbuild
module, the list specifies training text files. dataobfuscation
module, the list specifies the .plh
and .txt
files to use as the input.For the audiotemplatedevel
and audiotemplatetrain
modules, the list specifies the .atv
feature files to use as input.
To specify files in a list, use one of the following formats:
Note: The TempDir parameter in the [Paths]
section of the configuration file sets the location of the temporary directory.
If you exclude paths or specify relative paths, you can supply a path prefix using a separate parameter. The path is prefixed to each list entry unless it already contains an absolute path.
Type: | String |
---|---|
Default: | None |
Required: | Yes |
Configuration Section: | amadaptadddata, audiotemplatedevel, audiotemplatetrain, dataobfuscation, lidoptimizer, lidtrain, and lmbuild modules |
Example: | DataListFile=ListManager/TrainFiles
|
See Also: | DataList (action parameter) |
|