#include <hmm.h>
Collaboration diagram for _seg_token:

Data Fields | |
| int | last_id | 
| ID of last unit.  | |
| int | last_end_frame | 
| Frame at which the last unit ends.  | |
| LOGPROB | last_end_score | 
| Score at which the last unit ends.  | |
| _seg_token * | next | 
| Pointer to previous token context, NULL if no context.  | |
| _seg_token * | list | 
| Link to next token, NULL if last.  | |
Definition at line 93 of file hmm.h.
 1.4.2