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-11-12 03:00:40 +0300
committerMosesAdmin <moses-support-owner@mit.edu>2015-11-12 03:00:40 +0300
commitdad1bd6127115cda89158c4c8fcf35cc4451218c (patch)
tree8dc4f64231ee71dbbce0e595093b33b20e0c21de /moses/ChartHypothesis.cpp
parent858a509d53a9bb990e3a33bd968d2e721b34572c (diff)
daily automatic beautifier
Diffstat (limited to 'moses/ChartHypothesis.cpp')
-rw-r--r--moses/ChartHypothesis.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/ChartHypothesis.cpp b/moses/ChartHypothesis.cpp
index e4d0ae1a4..9143be715 100644
--- a/moses/ChartHypothesis.cpp
+++ b/moses/ChartHypothesis.cpp
@@ -103,7 +103,7 @@ ChartHypothesis::~ChartHypothesis()
void ChartHypothesis::GetOutputPhrase(Phrase &outPhrase) const
{
FactorType placeholderFactor = StaticData::Instance().options().input.placeholder_factor;
-
+
for (size_t pos = 0; pos < GetCurrTargetPhrase().GetSize(); ++pos) {
const Word &word = GetCurrTargetPhrase().GetWord(pos);
if (word.IsNonTerminal()) {