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>2014-06-25 15:04:11 +0400
committerHieu Hoang <hieuhoang@gmail.com>2014-06-25 15:04:11 +0400
commitd7cbef5cbe4ed3aa02d85d9c321cee372b0a6c5a (patch)
treebcecf74ea4c4c65d1282ddeecb75073c6e3d5e2b /phrase-extract/consolidate-main.cpp
parent1b9267adf39f9b144de62b0b31b684918b4b54b4 (diff)
minor format change in consolidate
Diffstat (limited to 'phrase-extract/consolidate-main.cpp')
-rw-r--r--phrase-extract/consolidate-main.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/phrase-extract/consolidate-main.cpp b/phrase-extract/consolidate-main.cpp
index 43d912b81..a2174805c 100644
--- a/phrase-extract/consolidate-main.cpp
+++ b/phrase-extract/consolidate-main.cpp
@@ -332,8 +332,9 @@ void processFiles( char* fileNameDirect, char* fileNameIndirect, char* fileNameC
}
// arbitrary key-value pairs
+ fileConsolidated << " ||| ";
if (itemDirect.size() >= 6) {
- fileConsolidated << " ||| " << itemDirect[5];
+ fileConsolidated << itemDirect[5];
}
fileConsolidated << endl;