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);