Cambridge SMT System
task.applylm.kenlmtype.hpp File Reference

Wrapper to ApplyLanguageModelOnTheFly to apply different kenlm models. More...

This graph shows which files directly or indirectly include this file:

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)
 

Detailed Description

Wrapper to ApplyLanguageModelOnTheFly to apply different kenlm models.

Date
16-2-2015
Author
Gonzalo Iglesias

Definition in file task.applylm.kenlmtype.hpp.