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-20 22:16:07 +0300
committerMosesAdmin <moses-support-owner@mit.edu>2015-10-20 22:16:07 +0300
commit9643043cb793530d0dc285eb3b355bf06e116c71 (patch)
tree1ef520414671f02cd1ae60c6ea32d2b0690b6a96 /moses/SearchNormal.cpp
parentc47f24c539456259a194412d7383c9ee5861f538 (diff)
daily automatic beautifier
Diffstat (limited to 'moses/SearchNormal.cpp')
-rw-r--r--moses/SearchNormal.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/moses/SearchNormal.cpp b/moses/SearchNormal.cpp
index 347615bd4..c6d42c666 100644
--- a/moses/SearchNormal.cpp
+++ b/moses/SearchNormal.cpp
@@ -275,7 +275,7 @@ ExpandAllHypotheses(const Hypothesis &hypothesis, size_t startPos, size_t endPos
TranslationOptionList::const_iterator iter;
for (iter = tol->begin() ; iter != tol->end() ; ++iter) {
- const TranslationOption &transOpt = **iter;
+ const TranslationOption &transOpt = **iter;
ExpandHypothesis(hypothesis, transOpt, expectedScore, futureScore, nextBitmap);
}
}
@@ -293,7 +293,7 @@ void SearchNormal::ExpandHypothesis(const Hypothesis &hypothesis,
const TranslationOption &transOpt,
float expectedScore,
float futureScore,
- const WordsBitmap &bitmap)
+ const WordsBitmap &bitmap)
{
const StaticData &staticData = StaticData::Instance();
SentenceStats &stats = m_manager.GetSentenceStats();