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
path: root/moses
diff options
context:
space:
mode:
authorMosesAdmin <moses-support-owner@mit.edu>2017-02-25 03:00:42 +0300
committerMosesAdmin <moses-support-owner@mit.edu>2017-02-25 03:00:42 +0300
commitbea32c636af3cc40f3a0a76a67eb4cc4e592a753 (patch)
treef87b998af5f2242ae5eec4f50f1a7fe759f65654 /moses
parent31f19a15e7038dca9ac755b6697fd7a6d1298dba (diff)
daily automatic beautifier
Diffstat (limited to 'moses')
-rw-r--r--moses/Manager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/Manager.cpp b/moses/Manager.cpp
index c9842be6e..3650baabb 100644
--- a/moses/Manager.cpp
+++ b/moses/Manager.cpp
@@ -1737,7 +1737,7 @@ OutputSurface(std::ostream &out, Hypothesis const& edge, bool const recursive) c
// trace ("report segmentation") option "-t" / "-tt"
int reportSegmentation = options()->output.ReportSegmentation;
- if (reportSegmentation > 0 && phrase.GetSize() > 0) {
+ if (reportSegmentation > 0 && phrase.GetSize() > 0) {
const Range &sourceRange = edge.GetCurrSourceWordsRange();
const int sourceStart = sourceRange.GetStartPos();
const int sourceEnd = sourceRange.GetEndPos();