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:
authorPhil Williams <philip.williams@mac.com>2013-09-20 18:50:03 +0400
committerPhil Williams <philip.williams@mac.com>2013-09-20 18:50:03 +0400
commit74ed066569e6008dde24debb5e49cedc70dfcb19 (patch)
tree7e907c5c59d3df788ac77771cfa6734ccab80e4b /phrase-extract/consolidate-main.cpp
parent23488e1adb3e616789dc3f59ac1ebefd1cb67f29 (diff)
consolidate: expect key-value pairs in 7th field, not 6th
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 5fe3d05d9..06e321fdd 100644
--- a/phrase-extract/consolidate-main.cpp
+++ b/phrase-extract/consolidate-main.cpp
@@ -337,7 +337,7 @@ void processFiles( char* fileNameDirect, char* fileNameIndirect, char* fileNameC
}
// arbitrary key-value pairs
- fileConsolidated << " ||| " << itemDirect[5];
+ fileConsolidated << " ||| " << itemDirect[6];
fileConsolidated << endl;
}