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>2013-09-19 01:47:50 +0400
committerHieu Hoang <hieuhoang@gmail.com>2013-09-19 01:47:50 +0400
commita40d9082cd6e418fb0cf2eeb62bd319f03019a13 (patch)
tree2778f3237dc93fdfcd2bbd0ebe85d6474489c62b /moses-cmd
parentb518b17cfa7ce28570badeea07cce05c4f66cb93 (diff)
more placeholder code and 'NO BEST TRANSLATION' to stderr for pb
Diffstat (limited to 'moses-cmd')
-rw-r--r--moses-cmd/Main.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/moses-cmd/Main.cpp b/moses-cmd/Main.cpp
index 4f9c2dd17..9f990cd6e 100644
--- a/moses-cmd/Main.cpp
+++ b/moses-cmd/Main.cpp
@@ -304,6 +304,10 @@ public:
debug << "BEST TRANSLATION: " << *bestHypo << endl;
}
}
+ else {
+ VERBOSE(1, "NO BEST TRANSLATION" << endl);
+ }
+
out << endl;
}