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