#include <cstdlib>#include <cstring>#include <fstream>#include <iostream>#include <sstream>#include <string>#include <lmtable.h>#include <n_gram.h>Go to the source code of this file.
Functions | |
| void | usage () |
| int | main (int argc, char **argv) |
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
Definition at line 40 of file score-lm.cpp.
References lmtable::dict, lmtable::load(), lmtable::lprob(), NULL, lmtable::setlogOOVpenalty(), and usage().

| void usage | ( | ) |
Definition at line 31 of file score-lm.cpp.
1.5.9