mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2025-01-06 19:49:41 +03:00
Merge ../mosesdecoder into perf_moses2
This commit is contained in:
commit
7577a6f84f
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user