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-28 20:35:06 +0400
committerHieu Hoang <hieu@hoang.co.uk>2013-05-28 20:35:06 +0400
commitb5bb5007738f731a55178dde5ab085b53422f22d (patch)
treed30df75839c9a07a0ccb753c580b200ab0d1f954 /moses/Incremental.h
parent266a81c9cf00627c396b7158866fc5f4757775dd (diff)
move GetFirstLM() as static method of LanguageModel
Diffstat (limited to 'moses/Incremental.h')
-rw-r--r--moses/Incremental.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/moses/Incremental.h b/moses/Incremental.h
index 4b253e260..30f7c588c 100644
--- a/moses/Incremental.h
+++ b/moses/Incremental.h
@@ -55,7 +55,6 @@ 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