|
libime
|

Public Member Functions | |
| const WordNode * | wordFromState (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_) |
Definition at line 28 of file userlanguagemodel.cpp.
1.8.13