From 13ec6060b0d7ef600f056c15dd249d190cc16b25 Mon Sep 17 00:00:00 2001 From: Hieu Hoang Date: Thu, 8 Jan 2015 11:49:53 +0000 Subject: move mira code to contrib --- moses/ScoreComponentCollection.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'moses/ScoreComponentCollection.cpp') diff --git a/moses/ScoreComponentCollection.cpp b/moses/ScoreComponentCollection.cpp index 2903b112c..19c7475b6 100644 --- a/moses/ScoreComponentCollection.cpp +++ b/moses/ScoreComponentCollection.cpp @@ -309,8 +309,7 @@ void ScoreComponentCollection::OutputAllFeatureScores(std::ostream &out) const const vector& sff = StatefulFeatureFunction::GetStatefulFeatureFunctions(); for( size_t i=0; iGetScoreProducerDescription() != "BleuScoreFeature" - && ff->IsTuneable()) { + if (ff->IsTuneable()) { OutputFeatureScores( out, ff, lastName ); } } -- cgit v1.2.3