Joshua
open source statistical hierarchical phrase-based machine translation system
|
#include <value.hh>
Classes | |
struct | ProbingEntry |
class | ProbingProxy |
class | TrieUnigramProxy |
struct | TrieUnigramValue |
Public Types | |
typedef ProbBackoff | Weights |
Public Member Functions | |
template<class Model , class C > | |
void | Callback (const Config &, unsigned int, typename Model::Vocabulary &, C &callback) |
Static Public Attributes | |
static const ModelType | kProbingModelType = PROBING |
static const bool | kDifferentRest = false |
void lm::ngram::BackoffValue::Callback | ( | const Config & | , |
unsigned | int, | ||
typename Model::Vocabulary & | , | ||
C & | callback | ||
) |
const bool lm::ngram::BackoffValue::kDifferentRest = false [static] |
const ModelType lm::ngram::BackoffValue::kProbingModelType = PROBING [static] |