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 <hieu@hoang.co.uk>2013-08-09 21:17:18 +0400
committerHieu Hoang <hieu@hoang.co.uk>2013-08-09 21:17:18 +0400
commit8756ad8ffde618c31c362823c7c585c019c683f0 (patch)
tree8bd5510c49838bf0589b65f51c5e54fa741440f8 /moses-cmd
parenta867063a3bd0996c5e204f0e2639e3f983b5f78f (diff)
beautify
Diffstat (limited to 'moses-cmd')
-rw-r--r--moses-cmd/IOWrapper.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses-cmd/IOWrapper.cpp b/moses-cmd/IOWrapper.cpp
index 6e2e5c19f..62d111036 100644
--- a/moses-cmd/IOWrapper.cpp
+++ b/moses-cmd/IOWrapper.cpp
@@ -232,7 +232,7 @@ void OutputSurface(std::ostream &out, const Hypothesis &edge, const std::vector<
out << "|" << sourceStart << "-" << sourceEnd;
// enriched "-tt"
if (reportSegmentation == 2) {
- out << ",0, ";
+ out << ",0, ";
const AlignmentInfo &ai = edge.GetCurrTargetPhrase().GetAlignTerm();
OutputAlignment(out, ai, 0, 0);
}