Driver for N-best list creation from DAGs using A* algorithm. More...
#include <stdio.h>#include <stdlib.h>#include <string.h>#include <unistd.h>#include <assert.h>#include <s3types.h>#include <info.h>#include <unlimit.h>#include <logs3.h>#include <tmat.h>#include <mdef.h>#include <dict.h>#include <lm.h>#include <fillpen.h>#include <search.h>#include <wid.h>#include <dag.h>#include <cmdln_macro.h>#include "corpus.h"#include "astar.h"Functions | |
| int | main (int32 argc, char *argv[]) |
Driver for N-best list creation from DAGs using A* algorithm.
| int main | ( | int32 | argc, | |
| char * | argv[] | |||
| ) |
References ctl_process(), and logs3_init().
1.6.1