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:
authorMosesAdmin <moses-support-owner@mit.edu>2015-12-12 21:04:13 +0300
committerMosesAdmin <moses-support-owner@mit.edu>2015-12-12 21:04:13 +0300
commitb0d8c397bb698d411108d3696df774d5cc395a28 (patch)
treea92e50123ea33a4c0d253d5aad73d3ffdbcbb263 /moses/TranslationOptionCollectionLattice.cpp
parentd21f62b8a89652b4e53bf41e502b6a7e79b70c48 (diff)
daily automatic beautifier
Diffstat (limited to 'moses/TranslationOptionCollectionLattice.cpp')
-rw-r--r--moses/TranslationOptionCollectionLattice.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/moses/TranslationOptionCollectionLattice.cpp b/moses/TranslationOptionCollectionLattice.cpp
index b0973aefe..fc2f84aae 100644
--- a/moses/TranslationOptionCollectionLattice.cpp
+++ b/moses/TranslationOptionCollectionLattice.cpp
@@ -22,9 +22,9 @@ namespace Moses
TranslationOptionCollectionLattice
::TranslationOptionCollectionLattice
( ttasksptr const& ttask, const WordLattice &input)
- // , size_t maxNoTransOptPerCoverage, float translationOptionThreshold)
+// , size_t maxNoTransOptPerCoverage, float translationOptionThreshold)
: TranslationOptionCollection(ttask, input)//
- // , maxNoTransOptPerCoverage, translationOptionThreshold)
+ // , maxNoTransOptPerCoverage, translationOptionThreshold)
{
UTIL_THROW_IF2(StaticData::Instance().GetUseLegacyPT(),
"Not for models using the legqacy binary phrase table");