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/Trie.h')
-rw-r--r--moses/TranslationModel/RuleTable/Trie.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/moses/TranslationModel/RuleTable/Trie.h b/moses/TranslationModel/RuleTable/Trie.h
index 49ae35a4e..76cbc16e5 100644
--- a/moses/TranslationModel/RuleTable/Trie.h
+++ b/moses/TranslationModel/RuleTable/Trie.h
@@ -51,10 +51,10 @@ public:
private:
friend class RuleTableLoader;
- virtual TargetPhraseCollection::shared_ptr
- GetOrCreateTargetPhraseCollection(const Phrase &source,
- const TargetPhrase &target,
- const Word *sourceLHS) = 0;
+ virtual TargetPhraseCollection::shared_ptr
+ GetOrCreateTargetPhraseCollection(const Phrase &source,
+ const TargetPhrase &target,
+ const Word *sourceLHS) = 0;
virtual void SortAndPrune() = 0;