#include <stdio.h>#include <logmath.h>#include <glist.h>#include <s3types.h>#include <dag.h>#include <dict.h>#include <lm.h>Go to the source code of this file.
Classes | |
| struct | word_graph_link_t |
| struct | word_graph_node_t |
| struct | word_graph_t |
Defines | |
| #define | INVALID_START_FRAME -1 |
| #define | INVALID_START_INDEX -1 |
| #define | OUTLATFMT_SPHINX3 0 |
| #define | OUTLATFMT_IBM 1 |
| #define | dag_node_mark(d) d->reachable |
Functions | |
| void | print_wg (FILE *fp, word_graph_t *wg, dict_t *dict, int32 fmt) |
| word_graph_t * | dag_to_wordgraph (dag_t *dag, int32 *senscale, lm_t *lm, dict_t *dict) |
| void | word_graph_dump (char *dir, char *uttfile, char *id, char *latfile_ext, dag_t *dag, dict_t *dict, lm_t *lm, int32 *senscale) |
| void | wordgraph_free (word_graph_t *wg) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||||||||||
|
Convert a dag to wordgraph.
|
|
||||||||||||||||||||
|
Print a word_graph structure
|
|
||||||||||||||||||||||||||||||||||||
|
Dump the word graph. This is similar to s3flat_fwd_dag_dump interface.
|
|
|
Free wordgraph.
|
1.3.9.1