Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHieu Hoang <hieu@hoang.co.uk>2013-05-27 18:54:50 +0400
committerHieu Hoang <hieu@hoang.co.uk>2013-05-27 18:54:50 +0400
commit9006ee98be01850cdb37967a392b176087f4c8c0 (patch)
treeb068daa1dc5c64c11f0fe183a38e9d8dcbee87ce /moses/Incremental.h
parent1e7a51483f21dd36a46ff7e7c4d37e686b063a74 (diff)
delete LMList
Diffstat (limited to 'moses/Incremental.h')
-rw-r--r--moses/Incremental.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/moses/Incremental.h b/moses/Incremental.h
index 841e28684..4b253e260 100644
--- a/moses/Incremental.h
+++ b/moses/Incremental.h
@@ -13,6 +13,8 @@
namespace Moses {
class ScoreComponentCollection;
class InputType;
+class LanguageModel;
+
namespace Incremental {
class Manager {
@@ -53,6 +55,8 @@ void ToPhrase(const search::Applied final, Phrase &out);
// Get the phrase and the features.
void PhraseAndFeatures(const search::Applied final, Phrase &phrase, ScoreComponentCollection &features);
+const LanguageModel &GetFirstLM();
+
} // namespace Incremental
} // namespace Moses