#include <trellis.h>
Data Fields | |
| LOGPROB | backscore | 
| Accumulated score from start.  | |
| LOGPROB | lscore | 
| LM score of this word.  | |
| WORD_ID | wid | 
| Word ID.  | |
| short | begintime | 
| Beginning frame.  | |
| short | endtime | 
| End frame.  | |
| struct __trellis_atom__ * | last_tre | 
| Pointer to previous context trellis word.  | |
| struct __trellis_atom__ * | next | 
| Temporary link to store generated trellis word on 1st pass.  | |
Definition at line 28 of file trellis.h.
 1.5.4