Cambridge SMT System
|
#include <task.loadlm.hpp>
Public Member Functions | |
KenLMModelHelper (std::string const &file, lm::ngram::Config &kenlm_config) | |
KenLMModelT * | operator() () |
Public Attributes | |
std::string const | file_ |
lm::ngram::Config & | kenlm_config_ |
Definition at line 43 of file task.loadlm.hpp.
|
inline |
|
inline |
std::string const ucam::fsttools::KenLMModelHelper< KenLMModelT >::file_ |
Definition at line 44 of file task.loadlm.hpp.
lm::ngram::Config& ucam::fsttools::KenLMModelHelper< KenLMModelT >::kenlm_config_ |
Definition at line 45 of file task.loadlm.hpp.