libime
Public Member Functions | Public Attributes | List of all members
libime::UserLanguageModelPrivate Class Reference
Collaboration diagram for libime::UserLanguageModelPrivate:
Collaboration graph
[legend]

Public Member Functions

const WordNodewordFromState (const State &state) const
 
void setWordToState (State &state, const WordNode *node) const
 

Public Attributes

State beginState_
 
State nullState_
 
bool useOnlyUnigram_ = false
 
HistoryBigram history_
 
ValidationCodeExtractor extractor_
 
float weight_ = DEFAULT_USER_LANGUAGE_MODEL_USER_WEIGHT
 
float wa_ = std::log10(1 - weight_)
 
float wb_ = std::log10(weight_)
 

Detailed Description

Definition at line 28 of file userlanguagemodel.cpp.


The documentation for this class was generated from the following file: