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:
Diffstat (limited to 'moses/ScoreComponentCollection.cpp')
-rw-r--r--moses/ScoreComponentCollection.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/ScoreComponentCollection.cpp b/moses/ScoreComponentCollection.cpp
index d4df4742e..eedaa589e 100644
--- a/moses/ScoreComponentCollection.cpp
+++ b/moses/ScoreComponentCollection.cpp
@@ -203,7 +203,7 @@ void ScoreComponentCollection::Save(ostream& out, bool multiline) const
}
// write sparse features
- m_scores.write(out,sep);
+ m_scores.write(out,sep,linesep);
}
void ScoreComponentCollection::Save(const string& filename) const