#include <recog.h>
__sentence_align__のコラボレーション図

変数 | |
| int | num |
| Number of units | |
| short | unittype |
| Unit type (one of PER_*) | |
| WORD_ID * | w |
| word sequence by id (PER_WORD) | |
| HMM_Logical ** | ph |
| Phone sequence (PER_PHONEME, PER_STATE) | |
| short * | loc |
| sequence of state location in a phone (PER_STATE) | |
| boolean * | is_iwsp |
| TRUE if PER_STATE and this is the inter-word pause state at multipath mode | |
| int * | begin_frame |
| List of beginning frame | |
| int * | end_frame |
| List of ending frame | |
| LOGPROB * | avgscore |
| Score averaged by frames | |
| LOGPROB | allscore |
| Re-computed acoustic score | |
| __sentence_align__ * | next |
| data chain pointer | |
1.5.1