#include "lm/model_type.hh"#include "lm/config.hh"#include "lm/read_arpa.hh"#include "lm/return.hh"#include "lm/weights.hh"#include "util/bit_packing.hh"#include "util/probing_hash_table.hh"#include <algorithm>#include <iostream>#include <vector>Go to the source code of this file.
Classes | |
| struct | lm::ngram::detail::ProbEntry |
| class | lm::ngram::detail::LongestPointer |
| class | lm::ngram::detail::HashedSearch< Value > |
| class | lm::ngram::detail::HashedSearch< Value >::Unigram |
Namespaces | |
| namespace | util |
| namespace | lm |
| namespace | lm::ngram |
| namespace | lm::ngram::detail |
Functions | |
| uint64_t | lm::ngram::detail::CombineWordHash (uint64_t current, const WordIndex next) |
1.5.9