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/S2T/RuleTrieCreator.h')
-rw-r--r--moses/Syntax/S2T/RuleTrieCreator.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/moses/Syntax/S2T/RuleTrieCreator.h b/moses/Syntax/S2T/RuleTrieCreator.h
index 62da519a1..84a4a1636 100644
--- a/moses/Syntax/S2T/RuleTrieCreator.h
+++ b/moses/Syntax/S2T/RuleTrieCreator.h
@@ -21,9 +21,9 @@ protected:
// Provide access to RuleTrie's private GetOrCreateTargetPhraseCollection
// function.
- TargetPhraseCollection::shared_ptr
+ TargetPhraseCollection::shared_ptr
GetOrCreateTargetPhraseCollection
- ( RuleTrie &trie, const Phrase &source, const TargetPhrase &target,
+ ( RuleTrie &trie, const Phrase &source, const TargetPhrase &target,
const Word *sourceLHS) {
return trie.GetOrCreateTargetPhraseCollection(source, target, sourceLHS);
}