|
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 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 |
| void lm::ngram::RestValue::Callback | ( | const Config & | config, |
| unsigned int | order, | ||
| typename Model::Vocabulary & | vocab, | ||
| C & | callback | ||
| ) |
const bool lm::ngram::RestValue::kDifferentRest = true [static] |
const ModelType lm::ngram::RestValue::kProbingModelType = REST_PROBING [static] |