Julius 4.2
変数
構造体 Sentence

Output result structure. [詳細]

#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.
SentenceAlignalign

説明

Output result structure.

recog.h326 行で定義されています。


この構造体の説明は次のファイルから生成されました: