#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
| s3frmid_t vithist_entry_t::ef |
Start and end frames for this entry
| vh_lmstate_t vithist_entry_t::lmstate |
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
| backpointer_t vithist_entry_t::path |
Predecessor word and best path score including it
| backpointer_t* vithist_entry_t::rc |
Individual score/history for different right contexts
| s3frmid_t vithist_entry_t::sf |
| 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
| s3wid_t vithist_entry_t::wid |
Dictionary word ID; exact word that just exited
1.8.11