lextree_node_t Struct Reference

#include <lextree.h>

List of all members.

Public Attributes

hmm_t hmm
hmm_context_tctx
glist_t children
int32 wid
int32 prob
int32 ssid
s3cipid_t rc
s3cipid_t ci
int8 composite

Member Data 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.

CIphone id for this node

Whether it is a composite model (merging many left/right contexts)

HMM context pointer (not owned by this structure)

HMM states

LM probability of this node (of all words leading from this node)

The (compressed) right context for this node. Preferably compressed.

Senone-sequence ID (or composite state-seq ID if composite)

Dictionary word-ID if a leaf node; BAD_S3WID otherwise


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

Generated on 7 Mar 2010 by  doxygen 1.6.1