#include <limits>#include <stdint.h>#include <cmath>Go to the source code of this file.
Namespaces | |
| namespace | lm |
| namespace | lm::ngram |
Functions | |
| void | lm::ngram::SetExtension (float &backoff) |
| bool | lm::ngram::HasExtension (const float &backoff) |
Variables | |
| const float | lm::ngram::kNoExtensionBackoff = -0.0 |
| const float | lm::ngram::kExtensionBackoff = 0.0 |
| const uint64_t | lm::ngram::kNoExtensionQuant = 0 |
| const uint64_t | lm::ngram::kExtensionQuant = 1 |
1.5.9