このグラフは、どのファイルから直接、間接的にインクルードされているかを示しています。
型定義 | |
typedef __nextword__ | NEXTWORD |
typedef __node__ | NODE |
This file includes definitions for handling hypothesis used on the 2nd pass stack decoding. Partial sentence hypotheses are stored in NODE structure, with its various information about total scores, viterbi scores, language scores, confidence scores, estimated end frame, and so on. WordGraph express a word in graph, generated through the 2nd pass. NEXTWORD is used to hold next word information at hypothesis expantion stage. POPNODE will be used when Visualization is enabled to store the search trail.
search.h で定義されています。
|
第2パスの次単語候補.ある仮説から次に接続しうる単語の集合をあらわすのに 用いられる. |
|
第2パスの文仮説 |