Joshua
open source statistical hierarchical phrase-based machine translation system
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends
lm::ngram::anonymous_namespace{search_hashed.cc}::ActivateUnigram Class Reference
Collaboration diagram for lm::ngram::anonymous_namespace{search_hashed.cc}::ActivateUnigram:
[legend]

List of all members.

Public Member Functions

 ActivateUnigram (ProbBackoff *unigram)
void operator() (const WordIndex *vocab_ids, const unsigned int)

Private Attributes

ProbBackoffmodify_

Constructor & Destructor Documentation

lm::ngram::anonymous_namespace{search_hashed.cc}::ActivateUnigram::ActivateUnigram ( ProbBackoff unigram) [explicit]

Member Function Documentation

void lm::ngram::anonymous_namespace{search_hashed.cc}::ActivateUnigram::operator() ( const WordIndex vocab_ids,
const unsigned  int 
)

Here is the call graph for this function:


Member Data Documentation

ProbBackoff* lm::ngram::anonymous_namespace{search_hashed.cc}::ActivateUnigram::modify_ [private]