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:
authorAnoop Kunchukuttan <anoop.kunchukuttan@gmail.com>2020-10-04 20:19:35 +0300
committerAnoop Kunchukuttan <anoop.kunchukuttan@gmail.com>2020-10-04 20:19:35 +0300
commit1990ac88d4538b513cae0a2486152f283b503577 (patch)
tree79375baeaab9ef237f29b2fa542a5969605adeb7 /moses2/TranslationModel
parent2cb12decc8abcb60c84f92a9d82271782bfd6fe4 (diff)
parenta269d24db253ea54a8c67c4d36d68d1ff7932c8b (diff)
Merge branch 'master'
Diffstat (limited to 'moses2/TranslationModel')
-rw-r--r--moses2/TranslationModel/MSPT/MSPT.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses2/TranslationModel/MSPT/MSPT.cpp b/moses2/TranslationModel/MSPT/MSPT.cpp
index 8bdbf46c0..17dea92a0 100644
--- a/moses2/TranslationModel/MSPT/MSPT.cpp
+++ b/moses2/TranslationModel/MSPT/MSPT.cpp
@@ -154,7 +154,7 @@ MSPT::~MSPT()
void MSPT::InitializeForInput(const InputType &input)
{
- cerr << "InitializeForInput" << endl;
+ cerr << "InitializeForInput MSPT" << endl;
// downcast to SentenceWithCandidates
const SentenceWithCandidates& inputObj = dynamic_cast<const SentenceWithCandidates&>(input);