lextree_node_t Struct Reference

Data Fields

hmm_t hmm
 HMM states.
glist_t children
 Its data.ptr are children (lextree_node_t *).
int32 wid
 Dictionary word-ID if a leaf node; BAD_S3WID otherwise
int32 prob
 LM probability of this node (of all words leading from this node).
int32 ssid
 Senone-sequence ID (or composite state-seq ID if composite).
s3cipid_t rc
 The (compressed) right context for this node.
s3cipid_t ci
 CIphone id for this node.
int8 composite
 Whether it is a composite model (merging many left/right contexts).

Detailed Description

Definition at line 184 of file lextree.h.


Field Documentation

Its data.ptr are children (lextree_node_t *).

If non-leaf node, this is the list of successor nodes.

If leaf node, if we are in normal mode and this list will not be empty.

This is the list of all possible triphone. If it is not allocated. The code will allocate it.

Definition at line 187 of file lextree.h.

Referenced by lextree_enter(), and lextree_hmm_propagate_non_leaves().

The (compressed) right context for this node.

Preferably compressed.

Definition at line 204 of file lextree.h.

Referenced by lextree_hmm_propagate_leaves(), and lextree_hmm_propagate_non_leaves().


The documentation for this struct was generated from the following file:

Generated on 16 Jul 2011 for PocketSphinx by  doxygen 1.6.1