mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-26 05:14:36 +03:00
space between ||| and {{
This commit is contained in:
parent
1c45d780d4
commit
794b946783
@ -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]);
|
||||
|
Loading…
Reference in New Issue
Block a user