#include <hmm.h>
_seg_tokenのコラボレーション図
変数 | |
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. |