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-06-06 23:35:58 +0400
committerHieu Hoang <hieu@hoang.co.uk>2014-06-06 23:35:58 +0400
commit747661ba3e01855992a49173da80632285160c4a (patch)
treeb3263391f4e62a12755d68f7c38d30ebb3dfa317 /moses/ScoreComponentCollection.cpp
parent0114766b54f0a77f6008c51363556404d91b68b6 (diff)
sparse features in on-disk-pt
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 e252d1a7a..52ec00dd4 100644
--- a/moses/ScoreComponentCollection.cpp
+++ b/moses/ScoreComponentCollection.cpp
@@ -214,7 +214,7 @@ void ScoreComponentCollection::Save(const string& filename) const
void
ScoreComponentCollection::
-Assign(const FeatureFunction* sp, const string line)
+Assign(const FeatureFunction* sp, const string &line)
{
istringstream istr(line);
while(istr) {