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-16 13:57:02 +0400
committerHieu Hoang <hieu@hoang.co.uk>2014-06-16 13:57:02 +0400
commitf2d3f57d07186c2bcbb6adda6510bb2c23f733e0 (patch)
treeed919df6b1d7bd5cb52f9694a3c7032bb5f23cd8 /moses/ScoreComponentCollection.h
parent72e88c6d328fa5ebf43f6aab58c4793816d58f66 (diff)
parente2dc8891509943fd6ef864ecc7b45649a0161cf1 (diff)
Merge branch 'hieu' of ../mosesdecoder.hieu
Diffstat (limited to 'moses/ScoreComponentCollection.h')
-rw-r--r--moses/ScoreComponentCollection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/ScoreComponentCollection.h b/moses/ScoreComponentCollection.h
index 4502657dd..3cddbca67 100644
--- a/moses/ScoreComponentCollection.h
+++ b/moses/ScoreComponentCollection.h
@@ -291,7 +291,7 @@ public:
//Read sparse features from string
- void Assign(const FeatureFunction* sp, const std::string line);
+ void Assign(const FeatureFunction* sp, const std::string &line);
// shortcut: setting the value directly using the feature name
void Assign(const std::string name, float score) {