#include <cstdlib>#include <cstring>#include <fstream>#include <iostream>#include <sstream>#include <string>#include "cmd.h"#include <lmtable.h>#include <n_gram.h>Go to the source code of this file.
Functions | |
| void | print_help (int TypeFlag=0) |
| void | usage (const char *msg=0) |
| int | main (int argc, char **argv) |
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
Definition at line 57 of file score-lm.cpp.
References CMDBOOLTYPE, CMDINTTYPE, CMDMSG, CMDSTRINGTYPE, DeclareParams(), lmtable::dict, GetParams(), lmtable::load(), lmtable::lprob(), NULL, lmtable::setlogOOVpenalty(), lmContainer::setMaxLoadedLevel(), and usage().

| void print_help | ( | int | TypeFlag = 0 |
) |
Definition at line 31 of file score-lm.cpp.
References FullPrintParams().

| void usage | ( | const char * | msg = 0 |
) |
Definition at line 46 of file score-lm.cpp.
References print_help().

1.5.9