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/TranslationModel/RuleTable/LoaderStandard.cpp')
-rw-r--r--moses/TranslationModel/RuleTable/LoaderStandard.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/moses/TranslationModel/RuleTable/LoaderStandard.cpp b/moses/TranslationModel/RuleTable/LoaderStandard.cpp
index 637cf28a3..2c2c3a8be 100644
--- a/moses/TranslationModel/RuleTable/LoaderStandard.cpp
+++ b/moses/TranslationModel/RuleTable/LoaderStandard.cpp
@@ -242,9 +242,9 @@ bool RuleTableLoaderStandard::Load(FormatType format
targetPhrase->GetScoreBreakdown().Assign(&ruleTable, scoreVector);
targetPhrase->EvaluateInIsolation(sourcePhrase, ruleTable.GetFeaturesToApply());
- TargetPhraseCollection::shared_ptr phraseColl
- = GetOrCreateTargetPhraseCollection(ruleTable, sourcePhrase,
- *targetPhrase, sourceLHS);
+ TargetPhraseCollection::shared_ptr phraseColl
+ = GetOrCreateTargetPhraseCollection(ruleTable, sourcePhrase,
+ *targetPhrase, sourceLHS);
phraseColl->Add(targetPhrase);
// not implemented correctly in memory pt. just delete it for now