Julius 4.2
変数
構造体 JCONF_AM

Configuration parameters (AM) [詳細]

#include <jconf.h>

JCONF_AMのコラボレーション図

変数

short id
 Unique ID.
char name [JCONF_MODULENAME_MAXLEN]
 Unique name.
char * hmmfilename
 HMM definition file (-h)
char * mapfilename
 HMMList file to map logical (tri)phones to physical models (-hlist)
int gprune_method
 Gaussian pruning method (-gprune) Default: use value from compile-time engine configuration default.
int mixnum_thres
 Number of Gaussian to compute per mixture on Gaussian pruning (-tmix)
char * spmodel_name
 Logical HMM name of short pause model (-spmodel) Default: "sp".
char * hmm_gs_filename
 GMS: HMM definition file for GMS (-gshmm)
int gs_statenum
 GMS: number of mixture PDF to select (-gsnum)
short iwcdmethod
 Calculation method for outprob score of a lcdset on cross-word triphone (-iwcd1)
short iwcdmaxn
 N-best states to be calculated on IWCD_NBEST (-iwcd1 best N)
LOGPROB iwsp_penalty
 Transition penalty of inter-word short pause (-iwsppenalty) for multi-path mode.
boolean force_multipath
 force multipath mode
struct {
   Value   para
 All MFCC computation parameters, actually used for recognition.
   Value   para_default
 default parameters of Julius
   Value   para_hmm
 parameters from binhmm header
   Value   para_htk
 parameters from HTK Config (-htkconf)
   char *   cmnload_filename
 CMN: load initial cepstral mean from file at startup (-cmnload)
   boolean   cmn_update
 CMN: update cepstral mean while recognition (-cmnnoupdate to unset)
   char *   cmnsave_filename
 CMN: save cepstral mean to file at end of every recognition (-cmnsave)
   float   cmn_map_weight
 CMN: MAP weight for initial cepstral mean on (-cmnmapweight)
analysis
struct {
   float   ss_alpha
 Alpha coefficient for spectral subtraction.
   float   ss_floor
 Flooring coefficient for spectral subtraction.
   boolean   sscalc
 SS: compute noise spectrum from head silence on file input (-sscalc)
   int   sscalc_len
 With "-sscalc", specify noise length at input head in msec (-sscalclen)
   char *   ssload_filename
 Load noise spectrum data from file (-ssload), that was made by "mkss".
frontend
int gprune_plugin_source
 Plugin source ID when using plugin (gprune_method is GPRUNE_SEL_USER)
struct __jconf_am__ * next

説明

Configuration parameters (AM)

jconf.h68 行で定義されています。


構造体

short JCONF_AM::id
char JCONF_AM::name[JCONF_MODULENAME_MAXLEN]

force multipath mode

jconf.h134 行で定義されています。

参照元 initialize_HMM(), jconf_set_default_values_am(), と opt_parse().

Alpha coefficient for spectral subtraction.

jconf.h188 行で定義されています。

参照元 j_mfcccalc_new(), j_output_argument_help(), jconf_set_default_values_am(), mfcc_config_is_same(), と opt_parse().

Flooring coefficient for spectral subtraction.

jconf.h194 行で定義されています。

参照元 j_mfcccalc_new(), j_output_argument_help(), jconf_set_default_values_am(), mfcc_config_is_same(), と opt_parse().


この構造体の説明は次のファイルから生成されました: