mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-28 14:32:38 +03:00
extract-rules: don't do scope pruning by default for
hierarchical rule extraction.
This commit is contained in:
parent
4a68e5f9e7
commit
38774b6cab
@ -55,7 +55,7 @@ public:
|
||||
, maxSymbolsTarget(999)
|
||||
, maxSymbolsSource(5)
|
||||
, maxNonTerm(2)
|
||||
, maxScope(3)
|
||||
, maxScope(999)
|
||||
// int minHoleSize(1)
|
||||
// int minSubPhraseSize(1) // minimum size of a remaining lexical phrase
|
||||
, onlyDirectFlag(false)
|
||||
|
Loading…
Reference in New Issue
Block a user