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:
Diffstat (limited to 'contrib/moses2/FF/FeatureFunctions.h')
-rw-r--r--contrib/moses2/FF/FeatureFunctions.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/moses2/FF/FeatureFunctions.h b/contrib/moses2/FF/FeatureFunctions.h
index 9d25f1dba..74c77c7e6 100644
--- a/contrib/moses2/FF/FeatureFunctions.h
+++ b/contrib/moses2/FF/FeatureFunctions.h
@@ -81,6 +81,8 @@ public:
void EvaluateWhenAppliedBatch(const Batch &batch) const;
+ void CleanUpAfterSentenceProcessing() const;
+
void ShowWeights(const Weights &allWeights);
protected: