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:
Diffstat (limited to 'moses/Syntax/F2S/GlueRuleSynthesizer.cpp')
-rw-r--r--moses/Syntax/F2S/GlueRuleSynthesizer.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/moses/Syntax/F2S/GlueRuleSynthesizer.cpp b/moses/Syntax/F2S/GlueRuleSynthesizer.cpp
index e83daa81b..3ba5a26d3 100644
--- a/moses/Syntax/F2S/GlueRuleSynthesizer.cpp
+++ b/moses/Syntax/F2S/GlueRuleSynthesizer.cpp
@@ -28,8 +28,8 @@ void GlueRuleSynthesizer::SynthesizeRule(const Forest::Hyperedge &e)
HyperPath source;
SynthesizeHyperPath(e, source);
TargetPhrase *tp = SynthesizeTargetPhrase(e);
- TargetPhraseCollection::shared_ptr tpc
- = GetOrCreateTargetPhraseCollection(m_hyperTree, source);
+ TargetPhraseCollection::shared_ptr tpc
+ = GetOrCreateTargetPhraseCollection(m_hyperTree, source);
tpc->Add(tp);
}