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_t * | rc |
| Individual score/history for different right contexts. | |
| int32 | n_rc |
| Number of right contexts. | |
Viterbi history entry.
Definition at line 178 of file vithist.h.
1.6.1