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

変数 | |
| WORD_ID | word [MAXSEQNUM] |
| Sequence of word ID | |
| int | word_num |
| Number of words in the sentence | |
| LOGPROB | score |
| Likelihood (LM+AM) | |
| LOGPROB | confidence [MAXSEQNUM] |
| Word confidence scores | |
| LOGPROB | score_lm |
| Language model likelihood (scaled) for N-gram | |
| LOGPROB | score_am |
| Acoustic model likelihood for N-gram | |
| int | gram_id |
| The grammar ID this sentence belongs to for DFA | |
| SentenceAlign * | align |
1.5.1