Data Fields

root_chan_s Struct Reference

Lexical tree node data type for the first phone (root) of each dynamic HMM tree structure. More...

#include <ngram_search.h>

Data Fields

hmm_t hmm
 Basic HMM structure.
chan_tnext
 first descendant of this channel
int32 penult_phn_wid
int32 this_phn_wid
 list of words consisting of this single phone; actually the first of the list, like penult_phn_wid; -1 if none
int16 diphone
 first diphone of this node; all words rooted at this node begin with this diphone
int16 ciphone
 first ciphone of this node; all words rooted at this node begin with this ciphone

Detailed Description

Lexical tree node data type for the first phone (root) of each dynamic HMM tree structure.

Each state may have a different parent static HMM. Most fields are similar to those in chan_t.

Definition at line 89 of file ngram_search.h.


Field Documentation

Basic HMM structure.

This *must* be first in the structure because chan_t and root_chan_t are sometimes used interchangeably.

Definition at line 90 of file ngram_search.h.

Referenced by ngram_fwdflat_init(), ngram_fwdflat_start(), ngram_fwdtree_deinit(), ngram_fwdtree_finish(), and ngram_fwdtree_start().


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