vithist_entry_t Struct Reference

Viterbi history entry. More...

#include <vithist.h>

Data Fields

backpointer_t path
 Predecessor word and best path score including it.
vh_lmstate_t lmstate
 LM state.
s3wid_t wid
 dictionary word ID; exact word that just exited
s3frmid_t sf
s3frmid_t ef
 Start and end frames for this entry.
int32 ascr
 Acoustic score for this node.
int32 lscr
 LM score for this node, given its Viterbi history.
int16 type
 >=0: regular n-gram word; <0: filler word entry
int16 valid
 Whether it should be a valid history for LM rescoring.
backpointer_trc
 Individual score/history for different right contexts.
int32 n_rc
 Number of right contexts.

Detailed Description

Viterbi history entry.

Definition at line 178 of file vithist.h.


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

Generated on 16 Jul 2011 for PocketSphinx by  doxygen 1.6.1