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:
authorNicola Bertoldi <bertoldi@fbk.eu>2014-01-15 19:16:37 +0400
committerNicola Bertoldi <bertoldi@fbk.eu>2014-01-15 19:16:37 +0400
commit47bece6eac17d537d443872ab014013bbd971fe8 (patch)
treeae8cdc3bb830703c22d3a2ac615b131d4df2ca9c /moses/MockHypothesis.h
parentc13bb8f8e88402ffa570c7f418e4a4e3238ca6bc (diff)
parent32ccbef3b91f667ab8e26c1ba6197d6f23c08695 (diff)
code cleanup; fixings to others' code/test
Diffstat (limited to 'moses/MockHypothesis.h')
-rw-r--r--moses/MockHypothesis.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/MockHypothesis.h b/moses/MockHypothesis.h
index 1b30cf8c4..30fe386ce 100644
--- a/moses/MockHypothesis.h
+++ b/moses/MockHypothesis.h
@@ -60,7 +60,7 @@ public:
private:
Moses::TranslationOption m_initialTransOpt;
Moses::Sentence m_sentence;
- Moses::PhrasePenaltyProducer m_pp;
+ Moses::PhrasePenalty m_pp;
Moses::WordPenaltyProducer m_wp;
Moses::UnknownWordPenaltyProducer m_uwp;
Moses::DistortionScoreProducer m_dist;