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 'moses/src/BleuScoreFeature.h')
-rw-r--r--[-rwxr-xr-x]moses/src/BleuScoreFeature.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/src/BleuScoreFeature.h b/moses/src/BleuScoreFeature.h
index fc7aa2e39..5bae3a1fb 100755..100644
--- a/moses/src/BleuScoreFeature.h
+++ b/moses/src/BleuScoreFeature.h
@@ -123,7 +123,7 @@ public:
FFState* EvaluateChart(const ChartHypothesis& cur_hypo,
int featureID,
ScoreComponentCollection* accumulator) const;
-
+ bool Enabled() const { return m_enabled; }
float CalculateBleu(BleuScoreState*) const;
float CalculateBleu(Phrase translation) const;
const FFState* EmptyHypothesisState(const InputType&) const;