{ "-hmm", \
ARG_STRING, \
NULL, \
"Directory for specifying Sphinx 3's hmm, the following files are assummed to be present, mdef, mean, var, mixw, tmat. If -mdef, -mean, -var, -mixw or -tmat are specified, they will override this command. "}, \
{ "-featparams", \
ARG_STRING, \
NULL, \
"File containing feature extraction parameters."}, \
{ "-mdef", \
ARG_STRING,\
NULL,\
"Model definition input file" },\
{ "-tmat",\
ARG_STRING,\
NULL,\
"HMM state transition matrix input file" },\
{ "-tmatfloor",\
ARG_FLOAT32,\
"0.0001",\
"HMM state transition probability floor (applied to -tmat file)" },\
{ "-senmgau",\
ARG_STRING,\
".cont.",\
"Senone to mixture-gaussian mapping file (or .semi. or .cont.)" }, \
{ "-topn", \
ARG_INT32, \
"4", \
"(S3.0 GMM Computation only) No. of top scoring densities computed in each mixture gaussian codebook (semi-continuous models only)" }
#define gmm_command_line_macro()
Definition: cmdln_macro.h:143