Cambridge SMT System
task.loadlm.hpp File Reference

Implementation of a language model task. More...

#include <kenlmdetect.hpp>
#include <lm/config.hh>
#include <lm/enumerate_vocab.hh>
#include <idbridge.hpp>
#include <hifst_enumerate_vocab.hpp>
Include dependency graph for task.loadlm.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  ucam::fsttools::KenLMModelHelper< KenLMModelT >
 
class  ucam::fsttools::LoadLanguageModelTask< Data >
 Language model loader task, loads a language model wrapping it in a class to provide. More...
 

Namespaces

 ucam
 
 ucam::fsttools
 

Functions

lm::base::Model * ucam::fsttools::loadKenLm (std::string const &file, lm::ngram::Config kenlm_config, unsigned offset=0)
 

Detailed Description

Implementation of a language model task.

Date
8-8-2012
Author
Gonzalo Iglesias

Definition in file task.loadlm.hpp.