#include "util/murmur_hash.hh"#include "util/string_piece.hh"#include "util/tokenize_piece.hh"#include <boost/unordered_map.hpp>#include <iosfwd>#include <vector>Go to the source code of this file.
Classes | |
| class | lm::phrase::Substrings |
| struct | lm::phrase::Substrings::SentenceRelation |
| class | lm::phrase::detail::ConditionCommon |
| class | lm::phrase::Union |
| class | lm::phrase::Multiple |
Namespaces | |
| namespace | lm |
| namespace | lm::phrase |
| namespace | lm::phrase::detail |
Defines | |
| #define | LM_FILTER_PHRASE_METHOD(caps, lower) |
Typedefs | |
| typedef uint64_t | lm::phrase::Hash |
Functions | |
| unsigned int | lm::phrase::ReadMultiple (std::istream &in, Substrings &out) |
| template<class Iterator > | |
| void | lm::phrase::detail::MakeHashes (Iterator i, const Iterator &end, std::vector< Hash > &hashes) |
| #define LM_FILTER_PHRASE_METHOD | ( | caps, | |||
| lower | ) |
1.5.9