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:
authorMosesAdmin <moses-support-owner@mit.edu>2015-10-19 02:00:40 +0300
committerMosesAdmin <moses-support-owner@mit.edu>2015-10-19 02:00:40 +0300
commitd757346b55cf497f7a6887b00c1a84402f33f374 (patch)
tree30a3b680d2557ee81028d5c8ceb14dbcb834c1d2 /moses/InputPath.h
parentb8b3d2111a20c6f401291160a01db4bc03ce3676 (diff)
daily automatic beautifier
Diffstat (limited to 'moses/InputPath.h')
-rw-r--r--moses/InputPath.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/moses/InputPath.h b/moses/InputPath.h
index e379b8630..84dd22a26 100644
--- a/moses/InputPath.h
+++ b/moses/InputPath.h
@@ -33,10 +33,10 @@ class InputPath
public:
- typedef std::pair<TargetPhraseCollection::shared_ptr, const void*>
+ typedef std::pair<TargetPhraseCollection::shared_ptr, const void*>
TPCollStoreEntry;
- typedef std::map<const PhraseDictionary*, TPCollStoreEntry>
+ typedef std::map<const PhraseDictionary*, TPCollStoreEntry>
TargetPhrases;
public:
@@ -65,12 +65,12 @@ public:
, m_nextNode(NOT_FOUND) {
}
- InputPath(ttaskwptr const ttask,
- Phrase const& phrase,
- NonTerminalSet const& sourceNonTerms,
- WordsRange const& range,
- InputPath const* prevNode,
- ScorePair const* inputScore);
+ InputPath(ttaskwptr const ttask,
+ Phrase const& phrase,
+ NonTerminalSet const& sourceNonTerms,
+ WordsRange const& range,
+ InputPath const* prevNode,
+ ScorePair const* inputScore);
~InputPath();
@@ -101,9 +101,9 @@ public:
m_nextNode = nextNode;
}
- void
- SetTargetPhrases(const PhraseDictionary &phraseDictionary,
- TargetPhraseCollection::shared_ptr const& targetPhrases,
+ void
+ SetTargetPhrases(const PhraseDictionary &phraseDictionary,
+ TargetPhraseCollection::shared_ptr const& targetPhrases,
const void *ptNode);
TargetPhraseCollection::shared_ptr