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/TrellisPath.cpp
parent858a509d53a9bb990e3a33bd968d2e721b34572c (diff)
daily automatic beautifier
Diffstat (limited to 'moses/TrellisPath.cpp')
-rw-r--r--moses/TrellisPath.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/moses/TrellisPath.cpp b/moses/TrellisPath.cpp
index 86fab4d30..20c7f5338 100644
--- a/moses/TrellisPath.cpp
+++ b/moses/TrellisPath.cpp
@@ -208,8 +208,8 @@ Phrase TrellisPath::GetTargetPhrase() const
Phrase TrellisPath::GetSurfacePhrase() const
{
- const std::vector<FactorType> &outputFactor
- = manager().options().output.factor_order;
+ const std::vector<FactorType> &outputFactor
+ = manager().options().output.factor_order;
// = StaticData::Instance().GetOutputFactorOrder();
Phrase targetPhrase = GetTargetPhrase();
Phrase ret(targetPhrase.GetSize());