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 <fishandfrolick@gmail.com>2013-02-13 18:01:50 +0400
committerHieu Hoang <fishandfrolick@gmail.com>2013-02-13 18:01:50 +0400
commitb84112a4b74819c50debc000f32232d5d7fb2cd9 (patch)
tree92a18c4de94be1549e120c964038948e15b23433 /moses/StaticData.cpp
parent1a8cd20b51193335be1c852c60f0430d33de1710 (diff)
distinct nbest works the old way
Diffstat (limited to 'moses/StaticData.cpp')
-rw-r--r--moses/StaticData.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/moses/StaticData.cpp b/moses/StaticData.cpp
index 2b6f301d8..d056dc78e 100644
--- a/moses/StaticData.cpp
+++ b/moses/StaticData.cpp
@@ -202,9 +202,6 @@ bool StaticData::LoadData(Parameter *parameter)
m_nBestFactor = 20;
}
- // explicit setting of distinct nbest
- SetBooleanParameter( &m_onlyDistinctNBest, "distinct-nbest", false);
-
//lattice samples
if (m_parameter->GetParam("lattice-samples").size() ==2 ) {
m_latticeSamplesFilePath = m_parameter->GetParam("lattice-samples")[0];