Public Attributes | |
pnode_t * | pnode |
struct slink_s * | succlist |
struct slink_s * | predlist |
int32 | score |
int32 | newscore |
history_t * | hist |
history_t * | newhist |
int32 | active_frm |
s3senid_t | sen |
int8 | state |
Head of list of all history nodes State DAG structures similar to phone DAG structures.
int32 snode_s::active_frm |
Path history at start, end of each frame
Referenced by align_end_utt(), align_frame(), and align_start_utt().
Score at start, end of each frame
Referenced by align_build_sent_hmm(), align_end_utt(), align_frame(), and align_start_utt().
Referenced by align_frame().
int32 snode_s::newscore |
Referenced by align_frame().
Referenced by align_build_sent_hmm().
struct slink_s* snode_s::predlist [read] |
List of successor states
Referenced by align_build_sent_hmm(), align_end_utt(), and align_frame().
int32 snode_s::score |
List of predecessor states
Referenced by align_end_utt(), align_frame(), and align_start_utt().
Frame no. most recently active
Referenced by align_build_sent_hmm(), align_frame(), and align_sen_active().
int8 snode_s::state |
Senone id, BAD_S3SENID if dummy node (head/tail)
Referenced by align_build_sent_hmm().
struct slink_s* snode_s::succlist [read] |
Parent phone node
Referenced by align_build_sent_hmm(), align_frame(), and align_start_utt().