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-13 16:19:25 +0400
committerHieu Hoang <hieu@hoang.co.uk>2013-05-13 16:19:25 +0400
commita8cf5c3472d87040a8b199a12f345e752d2d9870 (patch)
tree153db8e48176a488ffa958e51e9b292221754935 /moses/ScoreComponentCollection.h
parent3a10197edb6e31409149c60ad804c979d938c609 (diff)
port PhraseDictionaryMultiModel to new format
Diffstat (limited to 'moses/ScoreComponentCollection.h')
-rw-r--r--moses/ScoreComponentCollection.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/moses/ScoreComponentCollection.h b/moses/ScoreComponentCollection.h
index 9d781af54..e93f02eed 100644
--- a/moses/ScoreComponentCollection.h
+++ b/moses/ScoreComponentCollection.h
@@ -388,6 +388,7 @@ public:
float GetWeightedScore() const;
+ void ZeroDenseFeatures(const FeatureFunction* sp);
void ZeroAllLM(const LMList& lmList);
void PlusEqualsAllLM(const LMList& lmList, const ScoreComponentCollection& rhs);
void L1Normalise();