Data Structures | |
struct | HTK_HMM_StreamInfo |
Stream information (although current Julius supports only single stream). More... | |
struct | HTK_HMM_Options |
HMM Option More... | |
struct | _HTK_HMM_trans |
HMM transition table More... | |
struct | _HTK_HMM_variance |
HMM variance data More... | |
struct | _HTK_HMM_dens |
HMM Gaussian density (or mixture) data More... | |
struct | _HTK_HMM_state |
HMM state data More... | |
struct | _HTK_HMM_data |
Top HMM model, corresponds to "~h" macro in hmmdefs. More... | |
struct | GCODEBOOK |
Gaussian mixture codebook in tied-mixture model. More... | |
struct | BASEPHONE |
Basephone information extracted from hmminfo. More... | |
struct | HMM_basephone |
List of all basephone in hmminfo. More... | |
struct | HTK_HMM_INFO |
Top HMM structure that holds all the HTK HMM definition. More... | |
Defines | |
#define | MAX_STATE_NUM 65535 |
Possible maximum value of state ID (in unsigned short). | |
#define | HMM_RC_DLIM "+" |
Right context delimiter in string. | |
#define | HMM_LC_DLIM "-" |
Left context delimiter in string. | |
#define | HMM_RC_DLIM_C '+' |
Right context delimiter in character. | |
#define | HMM_LC_DLIM_C '-' |
Left context delimiter in character. | |
#define | SPMODEL_NAME_DEFAULT "sp" |
Default logical name of short pause model. | |
#define | MAX_HMMNAME_LEN 128 |
Length limit of HMM name (including ones generated in Julius). | |
Typedefs | |
typedef _HTK_HMM_trans | HTK_HMM_Trans |
HMM transition table | |
typedef _HTK_HMM_variance | HTK_HMM_Var |
HMM variance data | |
typedef _HTK_HMM_dens | HTK_HMM_Dens |
HMM Gaussian density (or mixture) data | |
typedef _HTK_HMM_state | HTK_HMM_State |
HMM state data | |
typedef _HTK_HMM_data | HTK_HMM_Data |
Top HMM model, corresponds to "~h" macro in hmmdefs. | |
Enumerations | |
enum | iwcd_type { IWCD_MAX, IWCD_AVG, IWCD_NBEST } |
Specify method of calculating approximated acoustic score at inter-word context pseudo phones on word edge. More... |
The data is defined in each levels from model, state to Gaussian components (mean and variance). Each level unit almost corresponds to the macro definition in the HTK definition language. Each data has links to data of lower level, and also has a linked list to the data in the same level.
|
HMM state data
|
|
Specify method of calculating approximated acoustic score at inter-word context pseudo phones on word edge.
|