* ID: left=左コンテキストのID[,ID,...] right=右コンテキストID[,ID,..] * [左端フレーム..右端フレーム] * wid=単語ID * name="単語名" * lname="N-gram 単語名,あるいはカテゴリ番号 (Julian)" * f=探索中の左端での部分文スコア(g(n) + h(n+1)) n=この単語 * f_prev=探索中の右端での部分文スコア(g(n-1) + h(n)) n=この単語 * g_head=左端での累積Viterbiスコア g(n) * g_prev=右端での累積Viterbiスコア g(n-1) + LM(n) * lscore=言語スコア LM(n) (Julius の場合のみ) * AMavg=フレーム平均音響尤度 * cmscore=単語信頼度 ** * @param fp [in] 出力先のファイルポインタ * @param wg [in] 出力するグラフ単語 * @param winfo [in] 単語辞書 *
* ID: left=left_context_ID[,ID,...] right=right_context_ID[,ID,...] * [left_edge_frame...right_edge_frame] * wid=word_id * name="word string" * lname="N-gram word string (Julius) or category number (Julian)" * f="partial sentence score at left edge (g(n) + h(n+1)) on search time" * f_prev="partial sentence score at right edge (g(n-1) + h(n)) on search time" * g_head="accumulated viterbi score at left edge (g(n))" * g_prev="accumulated viterbi score at right edge (g(n-1) + LM(n)" * lscore="language score LM(n) (Julius only)" * AMavg="average acoustic likelihood per frame" * cmscore="confidence score" ** @param fp [in] file pointer to which output should go * @param wg [in] graph word to output * @param winfo [in] word dictionary *