Main Page | Modules | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

wchmm_info Struct Reference

#include <wchmm.h>

Collaboration diagram for wchmm_info:

Collaboration graph
[legend]

Data Fields

HTK_HMM_INFOhmminfo
 HMM definitions used to construct this lexicon.
WORD_INFOwinfo
 Word dictionary used to construct this lexicon.
int maxwcn
 Memory assigned maximum number of nodes.
int n
 Num of nodes in this lexicon.
WCHMM_STATEstate
 HMM state on tree lexicon [nodeID].
WORD_IDststart
 Word ID that begins at the state [nodeID].
WORD_IDstend
 Word ID that ends at the state [nodeID].
int ** offset
 Node ID of a phone [wordID][0..phonelen-1].
int * wordend
 Node ID of word-end state [wordID].
int startnum
 Number of root nodes.
int * startnode
 Root node index [0..startnum-1] -> node ID.
LOGPROBwordend_a
 Transition prob. outside word [wordID].
S_CELL ** sclist
 List of successor list [scid].
int * sclist2node
 Mapping successor list [scid] to node.
int scnum
 Number of factoring nodes that has successor list.
BMALLOC_BASEmalloc_root
 Pointer for block memory allocation.

Detailed Description

Whole lexicon tree structure holding all information.

Definition at line 153 of file wchmm.h.


The documentation for this struct was generated from the following file:
Generated on Tue Mar 28 16:20:01 2006 for Julius by  doxygen 1.4.2