correct name of syntactic LM

This commit is contained in:
Hieu Hoang 2012-12-06 15:23:48 +00:00
parent eb12e4c808
commit af459277b8

View File

@ -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 {