#include <hmm.h>
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. | |
| struct _seg_token * | next |
| Pointer to previous token context, NULL if no context. | |
| struct _seg_token * | list |
| Link to next token, NULL if last. | |
Definition at line 93 of file hmm.h.
1.5.4