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

#include <value.hh>

List of all members.

Classes

struct  ProbingEntry
class  ProbingProxy
class  TrieUnigramProxy
struct  TrieUnigramValue

Public Types

typedef RestWeights Weights

Public Member Functions

template<class Model , class C >
void Callback (const Config &config, unsigned int order, typename Model::Vocabulary &vocab, C &callback)

Static Public Attributes

static const ModelType kProbingModelType = REST_PROBING
static const bool kDifferentRest = true

Member Typedef Documentation


Member Function Documentation

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

Member Data Documentation

const bool lm::ngram::RestValue::kDifferentRest = true [static]