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/TranslationOptionCollectionLattice.cpp
parent8b2f1ba52961bcecbf809634e17b91c3c1e9c86b (diff)
daily automatic beautifier
Diffstat (limited to 'moses/TranslationOptionCollectionLattice.cpp')
-rw-r--r--moses/TranslationOptionCollectionLattice.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/TranslationOptionCollectionLattice.cpp b/moses/TranslationOptionCollectionLattice.cpp
index 77593ed90..6559ccdf9 100644
--- a/moses/TranslationOptionCollectionLattice.cpp
+++ b/moses/TranslationOptionCollectionLattice.cpp
@@ -65,7 +65,7 @@ TranslationOptionCollectionLattice
ScorePair *inputScore = new ScorePair(scores);
InputPath *path
- = new InputPath(ttask.get(), subphrase, labels, range, NULL, inputScore);
+ = new InputPath(ttask.get(), subphrase, labels, range, NULL, inputScore);
path->SetNextNode(nextNode);
m_inputPathQueue.push_back(path);