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>2014-08-28 16:22:48 +0400
committerHieu Hoang <hieu@hoang.co.uk>2014-08-28 16:22:48 +0400
commit049a9a9ea701e879d0fbc1a219b874679ccbe15a (patch)
tree184de368335dcc9e4706977d4f9dfbb6add4daa4 /phrase-extract/consolidate-main.cpp
parent5de055e77e7f8b0cfae586f77916bca6beb3fbe1 (diff)
space between ||| and {{
Diffstat (limited to 'phrase-extract/consolidate-main.cpp')
-rw-r--r--phrase-extract/consolidate-main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/phrase-extract/consolidate-main.cpp b/phrase-extract/consolidate-main.cpp
index ba22b617b..592ff7518 100644
--- a/phrase-extract/consolidate-main.cpp
+++ b/phrase-extract/consolidate-main.cpp
@@ -351,10 +351,10 @@ void processFiles( char* fileNameDirect, char* fileNameIndirect, char* fileNameC
}
// arbitrary key-value pairs
- fileConsolidated << " ||| ";
+ fileConsolidated << " |||";
if (itemDirect.size() >= 6) {
//if (sourceLabelsFlag) {
- fileConsolidated << propertiesConsolidator.ProcessPropertiesString(itemDirect[5]);
+ fileConsolidated << " " << propertiesConsolidator.ProcessPropertiesString(itemDirect[5]);
//} else {
// fileConsolidated << itemDirect[5];
//}