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 <hieuhoang@gmail.com>2012-12-06 19:23:48 +0400
committerHieu Hoang <hieuhoang@gmail.com>2012-12-06 19:23:48 +0400
commitaf459277b874dff7c8da3fb3aa1ca6e90641f7f7 (patch)
treef5a131a5ccf604ef4b9a9746aad4803644393e1b /moses/SyntacticLanguageModel.cpp
parenteb12e4c80841fbbb359bd2aae165705f1703e460 (diff)
correct name of syntactic LM
Diffstat (limited to 'moses/SyntacticLanguageModel.cpp')
-rw-r--r--moses/SyntacticLanguageModel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/SyntacticLanguageModel.cpp b/moses/SyntacticLanguageModel.cpp
index 15e7c7374..662068045 100644
--- a/moses/SyntacticLanguageModel.cpp
+++ b/moses/SyntacticLanguageModel.cpp
@@ -37,7 +37,7 @@ namespace Moses
}
std::string SyntacticLanguageModel::GetScoreProducerDescription() const {
- return "Syntactic Language Model";
+ return "SyntacticLM";
}
const FFState* SyntacticLanguageModel::EmptyHypothesisState(const InputType &input) const {