#include <recog.h>
Collaboration diagram for __sentence__:
Data Fields | |
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 |
Definition at line 318 of file recog.h.