From d43f0e40fe1c99b41c490343850cf0a273cb7302 Mon Sep 17 00:00:00 2001 From: Barry Haddow Date: Thu, 24 Jul 2014 16:20:49 +0100 Subject: [PATCH] Unused code --- moses/StaticData.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/moses/StaticData.h b/moses/StaticData.h index 68e1ee60c..601eff37c 100644 --- a/moses/StaticData.h +++ b/moses/StaticData.h @@ -448,9 +448,10 @@ public: return m_allWeights.GetScoresForProducer(sp); } + /* float GetSparseWeight(const FName& featureName) const { return m_allWeights.GetSparseWeight(featureName); - } + }*/ //Weights for feature with fixed number of values void SetWeights(const FeatureFunction* sp, const std::vector& weights);