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-12-14 02:07:15 +0300
committerMosesAdmin <moses-support-owner@mit.edu>2015-12-14 02:07:15 +0300
commitdfcdb43c28b8582a51f1f5ef87af4c4cfe140a78 (patch)
tree979c6e7b75bdd659e4729e90d947dde6af746be0 /moses/TranslationOptionCollectionConfusionNet.cpp
parent8b2f1ba52961bcecbf809634e17b91c3c1e9c86b (diff)
daily automatic beautifier
Diffstat (limited to 'moses/TranslationOptionCollectionConfusionNet.cpp')
-rw-r--r--moses/TranslationOptionCollectionConfusionNet.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/moses/TranslationOptionCollectionConfusionNet.cpp b/moses/TranslationOptionCollectionConfusionNet.cpp
index 55121b569..e5be9ecab 100644
--- a/moses/TranslationOptionCollectionConfusionNet.cpp
+++ b/moses/TranslationOptionCollectionConfusionNet.cpp
@@ -63,10 +63,10 @@ TranslationOptionCollectionConfusionNet(ttasksptr const& ttask,
const ScorePair &scores = col[i].second;
ScorePair *inputScore = new ScorePair(scores);
- InputPath* path = new InputPath(ttask.get(), subphrase, labels,
+ InputPath* path = new InputPath(ttask.get(), subphrase, labels,
range, NULL, inputScore);
list.push_back(path);
-
+
m_inputPathQueue.push_back(path);
}
}
@@ -115,7 +115,7 @@ TranslationOptionCollectionConfusionNet(ttasksptr const& ttask,
ScorePair *inputScore = new ScorePair(*prevInputScore);
inputScore->PlusEquals(scores);
- InputPath *path = new InputPath(ttask.get(), subphrase, labels, range,
+ InputPath *path = new InputPath(ttask.get(), subphrase, labels, range,
&prevPath, inputScore);
list.push_back(path);