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:
authorMatthias Huck <huck@i6.informatik.rwth-aachen.de>2015-01-07 17:25:43 +0300
committerMatthias Huck <huck@i6.informatik.rwth-aachen.de>2015-01-07 17:25:43 +0300
commit465b47566424efb707bdc063d0bff52b0650eb0a (patch)
tree1d4b351a6bdd9be80ead4b7675c28fdbf3b79fb3 /moses/FeatureVector.h
parent0441fd6ab9600915297bcec1702f56fa5feedf98 (diff)
score deltas in chart decoding
Diffstat (limited to 'moses/FeatureVector.h')
-rw-r--r--moses/FeatureVector.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/moses/FeatureVector.h b/moses/FeatureVector.h
index fd5d3340c..839e2a5d4 100644
--- a/moses/FeatureVector.h
+++ b/moses/FeatureVector.h
@@ -235,6 +235,7 @@ public:
void capMin(FValue minValue);
void sparsePlusEquals(const FVector& rhs);
+ void corePlusEquals(const FVector& rhs);
void coreAssign(const FVector& rhs);
void incrementSparseHopeFeatures();