Cambridge SMT System
|
Language Model data structure. More...
#include <data.lm.hpp>
Public Member Functions | |
KenLMData () | |
Public Attributes | |
lm::base::Model * | model |
KenLM. More... | |
ucam::util::WordMapper * | wm |
IdBridge | idb |
float | lmscale |
Scales applied to each model. More... | |
float | lmwp |
Language Model data structure.
Definition at line 35 of file data.lm.hpp.
|
inline |
Definition at line 36 of file data.lm.hpp.
IdBridge ucam::fsttools::KenLMData::idb |
Definition at line 48 of file data.lm.hpp.
float ucam::fsttools::KenLMData::lmscale |
Scales applied to each model.
Definition at line 50 of file data.lm.hpp.
float ucam::fsttools::KenLMData::lmwp |
Definition at line 51 of file data.lm.hpp.
lm::base::Model* ucam::fsttools::KenLMData::model |
KenLM.
Definition at line 41 of file data.lm.hpp.
ucam::util::WordMapper* ucam::fsttools::KenLMData::wm |
Definition at line 46 of file data.lm.hpp.