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:
authorNicola Bertoldi <bertoldi@fbk.eu>2014-10-08 14:31:38 +0400
committerNicola Bertoldi <bertoldi@fbk.eu>2014-10-08 14:31:38 +0400
commit582ece503508fb050778c21816f106162d532a1f (patch)
treed74792437708d8a38b9de745db64c8c8bfba7205 /moses-cmd
parent77e9e91b08abf64e94842de0a65cb42f68fd5ccb (diff)
minor change
Diffstat (limited to 'moses-cmd')
-rw-r--r--moses-cmd/Main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses-cmd/Main.cpp b/moses-cmd/Main.cpp
index 115e8b3fa..c9b8c5348 100644
--- a/moses-cmd/Main.cpp
+++ b/moses-cmd/Main.cpp
@@ -306,7 +306,7 @@ public:
if (!staticData.UseMBR()) {
bestHypo = manager.GetBestHypothesis();
if (bestHypo) {
- if (StaticData::Instance().GetOutputHypoScore()) {
+ if (staticData..GetOutputHypoScore()) {
out << bestHypo->GetTotalScore() << ' ';
}
if (staticData.IsPathRecoveryEnabled()) {