Cambridge SMT System
|
Wrapper to ApplyLanguageModelOnTheFly to apply different kenlm models. More...
Go to the source code of this file.
Namespaces | |
ucam | |
ucam::fsttools | |
Functions | |
template<class Arc , template< class > class MakeWeightT> | |
fst::ApplyLanguageModelOnTheFlyInterface< Arc > * | ucam::fsttools::assignKenLmHandler (util::RegistryPO const &rg, std::string const &lmkey, std::unordered_set< typename Arc::Label > &epsilons, KenLMData const &klm, MakeWeightT< Arc > &mw, bool useNaturalLog, unsigned offset=0) |
template<class Arc , template< class > class MakeWeightT> | |
fst::ApplyLanguageModelOnTheFlyInterface< Arc > * | ucam::fsttools::assignKenLmHandlerBilingual (util::RegistryPO const &rg, std::string const &lmkey, std::unordered_set< typename Arc::Label > &epsilons, KenLMData const &klm, MakeWeightT< Arc > &mw, bool useNaturalLog, unsigned offset=0) |
Wrapper to ApplyLanguageModelOnTheFly to apply different kenlm models.
Definition in file task.applylm.kenlmtype.hpp.