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:20:05 +0400
committerHieu Hoang <hieu@hoang.co.uk>2014-08-28 16:20:05 +0400
commit794b9467831c1ce41035ec1a5554ad1cc89ff814 (patch)
tree9e96ac596f27c72bb461894d56543b91f1b0bb9f /phrase-extract/consolidate-main.cpp
parent1c45d780d4f4ed1f3ac5f260b108cebb823a4afd (diff)
space between ||| and {{
Diffstat (limited to 'phrase-extract/consolidate-main.cpp')
-rw-r--r--phrase-extract/consolidate-main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/phrase-extract/consolidate-main.cpp b/phrase-extract/consolidate-main.cpp
index 10697a956..ba22b617b 100644
--- a/phrase-extract/consolidate-main.cpp
+++ b/phrase-extract/consolidate-main.cpp
@@ -351,7 +351,7 @@ 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]);