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:
authorUlrich Germann <Ulrich.Germann@gmail.com>2015-03-27 02:37:29 +0300
committerUlrich Germann <Ulrich.Germann@gmail.com>2015-03-27 02:37:29 +0300
commite827896027298792ee4341b29dad617d0b8dc08c (patch)
treecee36a09940802413956fc7bcbc930260fe26dbd
parent41fec16d8f89eb7d157f90cfd47f649d5db8e983 (diff)
Harmonized spelling of CleanUpAfterSentenceProcessing(...).
-rw-r--r--moses/FF/FeatureFunction.cpp2
-rw-r--r--moses/FF/FeatureFunction.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/moses/FF/FeatureFunction.cpp b/moses/FF/FeatureFunction.cpp
index a13b97a4c..d30fc0807 100644
--- a/moses/FF/FeatureFunction.cpp
+++ b/moses/FF/FeatureFunction.cpp
@@ -195,7 +195,7 @@ FeatureFunction
void
FeatureFunction
::CleanUpAfterSentenceProcessing(ttasksptr const& ttask)
-{ CleanupAfterSentenceProcessing(*(ttask->GetSource().get())); }
+{ CleanUpAfterSentenceProcessing(*(ttask->GetSource().get())); }
}
diff --git a/moses/FF/FeatureFunction.h b/moses/FF/FeatureFunction.h
index 0f620471e..de4b23168 100644
--- a/moses/FF/FeatureFunction.h
+++ b/moses/FF/FeatureFunction.h
@@ -119,7 +119,7 @@ protected:
virtual void
InitializeForInput(InputType const& source) { }
virtual void
- CleanupAfterSentenceProcessing(InputType const& source) { }
+ CleanUpAfterSentenceProcessing(InputType const& source) { }
public:
//! Called before search and collecting of translation options