Go to the source code of this file.
Data Structures | |
| struct | __word_graph__ |
| Word arc on the word graph. More... | |
| struct | __confnet_cluster__ |
| Word Cluster for confusion network generation. More... | |
Defines | |
| #define | FANOUTSTEP 7 |
| Memory allocation step for connection words in WordGraph. | |
| #define | CN_CLUSTER_WG_STEP 10 |
| Number of allocation step for CN_CLUSTER. | |
Typedefs | |
| typedef __word_graph__ | WordGraph |
| Word arc on the word graph. | |
| typedef __confnet_cluster__ | CN_CLUSTER |
| Word Cluster for confusion network generation. | |
This file defines instances for word graph and confusion network.
Definition in file graph.h.
1.5.1