#include <lextree.h>
Public Attributes | |
| hmm_t | hmm |
| hmm_context_t * | ctx |
| glist_t | children |
| int32 | wid |
| int32 | prob |
| int32 | ssid |
| s3cipid_t | rc |
| s3cipid_t | ci |
| int8 | composite |
|
|
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 |
1.3.9.1