diff --git a/moses/FF/PhraseOrientationFeature.cpp b/moses/FF/PhraseOrientationFeature.cpp index 1b906ee09..a604b9d53 100644 --- a/moses/FF/PhraseOrientationFeature.cpp +++ b/moses/FF/PhraseOrientationFeature.cpp @@ -84,8 +84,8 @@ PhraseOrientationFeature::PhraseOrientationFeature(const std::string &line) : StatefulFeatureFunction(6, line) , m_glueLabelStr("Q") , m_distinguishStates(false) - , m_lookaheadScore(true) - , m_heuristicScoreUseWeights(true) + , m_lookaheadScore(false) + , m_heuristicScoreUseWeights(false) , m_useSparseWord(false) , m_useSparseNT(false) , m_offsetR2LScores(m_numScoreComponents/2)