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/UTrie.cpp')
-rw-r--r--moses/TranslationModel/RuleTable/UTrie.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/moses/TranslationModel/RuleTable/UTrie.cpp b/moses/TranslationModel/RuleTable/UTrie.cpp
index 667ff2822..eee88a11b 100644
--- a/moses/TranslationModel/RuleTable/UTrie.cpp
+++ b/moses/TranslationModel/RuleTable/UTrie.cpp
@@ -38,11 +38,11 @@
namespace Moses
{
-TargetPhraseCollection::shared_ptr
+TargetPhraseCollection::shared_ptr
RuleTableUTrie::
-GetOrCreateTargetPhraseCollection(const Phrase &source,
- const TargetPhrase &target,
- const Word *sourceLHS)
+GetOrCreateTargetPhraseCollection(const Phrase &source,
+ const TargetPhrase &target,
+ const Word *sourceLHS)
{
UTrieNode &currNode = GetOrCreateNode(source, target, sourceLHS);
return currNode.GetOrCreateTargetPhraseCollection(target);