データ構造 | |
| struct | __word_graph__ |
| 単語グラフ上の単語候補. [詳細] | |
| struct | __confnet_cluster__ |
| Word Cluster for confusion network generation [詳細] | |
マクロ定義 | |
| #define | FANOUTSTEP 7 |
| Memory allocation step for connection words in WordGraph | |
| #define | CN_CLUSTER_WG_STEP 10 |
| Number of allocation step for CN_CLUSTER | |
型定義 | |
| typedef __word_graph__ | WordGraph |
| 単語グラフ上の単語候補. | |
| typedef __confnet_cluster__ | CN_CLUSTER |
| Word Cluster for confusion network generation | |
単語グラフ中の単語を表す構造体,および confusion network 中の 単語を表す構造体が定義されています.
graph.h で定義されています。
1.5.1