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-10-06 02:00:40 +0300
committerMosesAdmin <moses-support-owner@mit.edu>2015-10-06 02:00:40 +0300
commitc770cc01ebdbf87eaf13a2cbebc43fdfeb19eb8b (patch)
tree8b9839d77cc3eac921db517f2e1062cf027e9a42 /moses/SearchNormal.cpp
parentf6aa14f45da8cca325a22722dec1c74ba232a5ce (diff)
daily automatic beautifier
Diffstat (limited to 'moses/SearchNormal.cpp')
-rw-r--r--moses/SearchNormal.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/moses/SearchNormal.cpp b/moses/SearchNormal.cpp
index db1fb6fda..731bb7d7a 100644
--- a/moses/SearchNormal.cpp
+++ b/moses/SearchNormal.cpp
@@ -280,9 +280,9 @@ ExpandAllHypotheses(const Hypothesis &hypothesis, size_t startPos, size_t endPos
* (base hypothesis score plus future score estimation)
*/
void SearchNormal::ExpandHypothesis(const Hypothesis &hypothesis,
- const TranslationOption &transOpt,
- float expectedScore,
- float futureScore)
+ const TranslationOption &transOpt,
+ float expectedScore,
+ float futureScore)
{
const StaticData &staticData = StaticData::Instance();
SentenceStats &stats = m_manager.GetSentenceStats();