#include "lm/ngram_query.hh"#include "util/getopt.hh"#include <stdlib.h>Go to the source code of this file.
Functions | |
| void | Usage (const char *name) |
| int | main (int argc, char *argv[]) |
| int main | ( | int | argc, | |
| char * | argv[] | |||
| ) |
Definition at line 22 of file query_main.cc.
References lm::ngram::ARRAY_TRIE, getopt(), util::LAZY, lm::ngram::Config::load_method, optarg, optind, util::PARALLEL_READ, util::POPULATE_OR_READ, util::PrintUsage(), lm::ngram::PROBING, lm::ngram::QUANT_ARRAY_TRIE, lm::ngram::QUANT_TRIE, util::READ, lm::np::Model::Recognize(), lm::ngram::RecognizeBinary(), lm::ngram::REST_PROBING, lm::ngram::TRIE, Usage(), and verbosity.

| void Usage | ( | const char * | name | ) |
Definition at line 10 of file query_main.cc.
Referenced by main().

1.5.9