#include "lm/max_order.hh"#include "lm/word_index.hh"#include "util/murmur_hash.hh"#include <cstring>Go to the source code of this file.
Classes | |
| class | lm::ngram::State |
| struct | lm::ngram::Left |
| struct | lm::ngram::ChartState |
Namespaces | |
| namespace | lm |
| namespace | lm::ngram |
Typedefs | |
| typedef State | lm::ngram::Right |
Functions | |
| uint64_t | lm::ngram::hash_value (const State &state, uint64_t seed=0) |
| uint64_t | lm::ngram::hash_value (const Left &left) |
| uint64_t | lm::ngram::hash_value (const ChartState &state) |
1.5.9