Cambridge SMT System
fstutils.applylmonthefly.hpp File Reference

Contains implementation of ApplyLanguageModelOnTheFly. More...

#include <idbridge.hpp>
#include <lm/wrappers/nplm.hh>
Include dependency graph for fstutils.applylmonthefly.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  fst::StateHandler< StateT >
 
struct  fst::StateHandler< lm::np::State >
 
struct  fst::Scale< StateT >
 
struct  fst::Scale< lm::np::State >
 
struct  fst::HackScore< StateT >
 
struct  fst::HackScore< lm::np::State >
 
struct  fst::HackScoreBilingual< StateT >
 
struct  fst::HackScoreBilingual< lm::np::State >
 
struct  fst::Scorer< StateT, KenLMModelT, IdBridgeT, HackScoreT >
 
struct  fst::Scorer< lm::np::State, lm::np::Model, IdBridgeT, HackScoreT >
 
struct  fst::ApplyLanguageModelOnTheFlyInterface< ArcT >
 Interface for language model application Provides different run methods to do composition with a (bilingual) model. More...
 
class  fst::ApplyLanguageModelOnTheFly< Arc, MakeWeightT, KenLMModelT, IdBridgeT, HackScoreT >
 Class that applies language model on the fly using kenlm. More...
 

Namespaces

 fst
 

Functions

template<class StateT >
std::string fst::printDebug (StateT const &state)
 

Detailed Description

Contains implementation of ApplyLanguageModelOnTheFly.

Date
8-8-2012
Author
Gonzalo Iglesias

Definition in file fstutils.applylmonthefly.hpp.