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>2015-01-14 22:21:11 +0300
committerHieu Hoang <hieuhoang@gmail.com>2015-01-14 22:21:11 +0300
commit6d61db28faaa54ed2cbbc2d4ae44c8245eaf951a (patch)
treed7e129fc93927278270c981c80886196b2861737 /moses/ConfusionNet.cpp
parent05ead45e71916c5763c5c4b6375e2ca6838f3995 (diff)
use astyle 2.01. It's on Edinburgh server and doesn't screw up enum
Diffstat (limited to 'moses/ConfusionNet.cpp')
-rw-r--r--moses/ConfusionNet.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/moses/ConfusionNet.cpp b/moses/ConfusionNet.cpp
index 53e9e23b5..ce0d5e1c0 100644
--- a/moses/ConfusionNet.cpp
+++ b/moses/ConfusionNet.cpp
@@ -295,11 +295,11 @@ ConfusionNet::
CreateTranslationOptionCollection() const
{
size_t maxNoTransOptPerCoverage
- = StaticData::Instance().GetMaxNoTransOptPerCoverage();
+ = StaticData::Instance().GetMaxNoTransOptPerCoverage();
float translationOptionThreshold
- = StaticData::Instance().GetTranslationOptionThreshold();
+ = StaticData::Instance().GetTranslationOptionThreshold();
TranslationOptionCollection *rv
- = new TranslationOptionCollectionConfusionNet
+ = new TranslationOptionCollectionConfusionNet
(*this, maxNoTransOptPerCoverage, translationOptionThreshold);
assert(rv);
return rv;