Joshua
open source statistical hierarchical phrase-based machine translation system
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends
lm::ngram::BackoffValue Struct Reference

#include <value.hh>

List of all members.

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

Member Typedef Documentation


Member Function Documentation

template<class Model , class C >
void lm::ngram::BackoffValue::Callback ( const Config ,
unsigned  int,
typename Model::Vocabulary &  ,
C &  callback 
)

Member Data Documentation

const bool lm::ngram::BackoffValue::kDifferentRest = false [static]