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:
authorHieu Hoang <hieuhoang@gmail.com>2014-04-07 17:00:40 +0400
committerHieu Hoang <hieuhoang@gmail.com>2014-04-07 17:00:40 +0400
commit6b1e147cff4ecf54de6d57461632aa42c5e8276b (patch)
tree17af5fca94bdc19151f3b4407ee7d7cfcf4881b8 /moses/StaticData.cpp
parent5d616397630ca66a0121fa8411113c976e4b7621 (diff)
add -default-non-term-for-empty-range-only
Diffstat (limited to 'moses/StaticData.cpp')
-rw-r--r--moses/StaticData.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/moses/StaticData.cpp b/moses/StaticData.cpp
index f7aeb3721..be3d350c2 100644
--- a/moses/StaticData.cpp
+++ b/moses/StaticData.cpp
@@ -425,6 +425,9 @@ bool StaticData::LoadData(Parameter *parameter)
}
if (m_useConsensusDecoding) m_mbr=true;
+ SetBooleanParameter( &m_defaultNonTermOnlyForEmptyRange, "default-non-term-for-empty-range-only", false );
+
+
// Compact phrase table and reordering model
SetBooleanParameter( &m_minphrMemory, "minphr-memory", false );
SetBooleanParameter( &m_minlexrMemory, "minlexr-memory", false );