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/LoaderCompact.cpp')
-rw-r--r--moses/TranslationModel/RuleTable/LoaderCompact.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/moses/TranslationModel/RuleTable/LoaderCompact.cpp b/moses/TranslationModel/RuleTable/LoaderCompact.cpp
index cac698cf4..945a49bfc 100644
--- a/moses/TranslationModel/RuleTable/LoaderCompact.cpp
+++ b/moses/TranslationModel/RuleTable/LoaderCompact.cpp
@@ -225,8 +225,8 @@ bool RuleTableLoaderCompact::LoadRuleSection(
// Insert rule into table.
TargetPhraseCollection::shared_ptr coll;
- coll = GetOrCreateTargetPhraseCollection(ruleTable, sourcePhrase,
- *targetPhrase, &sourceLHS);
+ coll = GetOrCreateTargetPhraseCollection(ruleTable, sourcePhrase,
+ *targetPhrase, &sourceLHS);
coll->Add(targetPhrase);
}