Cambridge SMT System
|
Contains implementation of ApplyLanguageModelOnTheFly. More...
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) |
Contains implementation of ApplyLanguageModelOnTheFly.
Definition in file fstutils.applylmonthefly.hpp.