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>2013-05-21 16:00:26 +0400
committerHieu Hoang <hieu@hoang.co.uk>2013-05-21 16:00:26 +0400
commitf4cf5f152b3c3736236a99ff66a6b8148d81e745 (patch)
treeb4373cfa1cadecf9b2de7dbe5037a0ba8a34a964 /moses/ScoreComponentCollection.h
parent42ddc084b4b6bff7697d48f4a879a7d93e3bb923 (diff)
delete references to LMList
Diffstat (limited to 'moses/ScoreComponentCollection.h')
-rw-r--r--moses/ScoreComponentCollection.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/moses/ScoreComponentCollection.h b/moses/ScoreComponentCollection.h
index 2a8848136..afec0ab9d 100644
--- a/moses/ScoreComponentCollection.h
+++ b/moses/ScoreComponentCollection.h
@@ -32,7 +32,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
#include "util/check.hh"
-#include "LMList.h"
#include "FeatureFunction.h"
#include "FeatureVector.h"
#include "TypeDef.h"
@@ -377,8 +376,6 @@ public:
float GetWeightedScore() const;
void ZeroDenseFeatures(const FeatureFunction* sp);
- void ZeroAllLM(const LMList& lmList);
- void PlusEqualsAllLM(const LMList& lmList, const ScoreComponentCollection& rhs);
void L1Normalise();
float GetL1Norm() const;
float GetL2Norm() const;