#include "lm/enumerate_vocab.hh"#include "lm/model.hh"#include "util/file_stream.hh"#include "util/file_piece.hh"#include "util/usage.hh"#include <cstdlib>#include <string>#include <cmath>Go to the source code of this file.
Classes | |
| class | lm::ngram::QueryPrinter |
Namespaces | |
| namespace | lm |
| namespace | lm::ngram |
Functions | |
| template<class Model , class Printer > | |
| void | lm::ngram::Query (const Model &model, bool sentence_context, Printer &printer) |
| template<class Model > | |
| void | lm::ngram::Query (const char *file, const Config &config, bool sentence_context, QueryPrinter &printer) |
1.5.9