#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "ngram.h"
#include "toolkit.h"
#include "pc_libs/pc_general.h"
#include "rr_libs/general.h"
#include "idngram2lm.h"
#include "evallm.h"
Go to the source code of this file.
Functions | |
void | main (int argc, char **argv) |
Definition in file binlm2arpa.c.
|
Definition at line 35 of file binlm2arpa.c. References ng_t::arpa_filename, ng_t::arpa_fp, DEFAULT_VERBOSITY, display_stats(), fprintf(), load_lm(), pc_flagarg(), pc_intarg(), pc_message(), pc_report_unk_args(), pc_stringarg(), quit(), report_version(), rr_oopen(), salloc(), verbosity, and write_arpa_lm(). |