Go to the source code of this file.
Data Structures | |
struct | s_cell |
Element of successor word list for LM factoring computation. More... | |
struct | RC_INFO |
State output probability data for head phone of a word. More... | |
struct | LRC_INFO |
State output probability data for 1-phone word. More... | |
union | ACOUSTIC_SPEC |
State output probability container on lexicon tree. More... | |
struct | LM_PROB_CACHE |
LM cache for the 1st pass. More... | |
struct | __A_CELL2__ |
Transition arc holding cell. More... | |
struct | wchmm_state |
HMM state on tree lexicon. More... | |
struct | WCHMM_WORK |
wchmm-specific work area More... | |
struct | wchmm_info |
Whole lexicon tree structure holding all information. More... | |
Defines | |
#define | A_CELL2_ALLOC_STEP 4 |
Number of arcs in an arc cell. | |
Typedefs | |
typedef s_cell | S_CELL |
Element of successor word list for LM factoring computation. | |
typedef __A_CELL2__ | A_CELL2 |
Transition arc holding cell. | |
typedef wchmm_state | WCHMM_STATE |
HMM state on tree lexicon. | |
typedef wchmm_info | WCHMM_INFO |
Whole lexicon tree structure holding all information. | |
Enumerations | |
enum | AS_Style { AS_STATE, AS_LSET, AS_RSET, AS_LRSET } |
ID to indicate which data is in the ACOUSTIC_SPEC container. More... |
This file defines structure for word-conjunction HMM, aka tree lexicon for recognition of 1st pass. Words in the dictionary are gathered to build a tree lexicon. The lexicon is built per HMM state basis, with their HMM output probabilities, transition arcs, and other informations for search such as successor word lists and maximum uni-gram scores for LM factoring, word head/tail marker, phoneme start marker, and so on.
Definition in file wchmm.h.
enum AS_Style |
ID to indicate which data is in the ACOUSTIC_SPEC container.