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:
authorHieu Hoang <hieu@hoang.co.uk>2013-10-03 14:33:48 +0400
committerHieu Hoang <hieu@hoang.co.uk>2013-10-03 14:33:48 +0400
commit6759af3821efa10ebf0cdf329604bdaed9f4070b (patch)
tree89a87675065100e1ad87fac7d6d47d3479d0365b /moses/TranslationOptionCollectionLattice.cpp
parent52215fdf79df58c15cf90970de5c2ce25ab65312 (diff)
beautify
Diffstat (limited to 'moses/TranslationOptionCollectionLattice.cpp')
-rw-r--r--moses/TranslationOptionCollectionLattice.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/moses/TranslationOptionCollectionLattice.cpp b/moses/TranslationOptionCollectionLattice.cpp
index 077c3eb38..ed060f8c5 100644
--- a/moses/TranslationOptionCollectionLattice.cpp
+++ b/moses/TranslationOptionCollectionLattice.cpp
@@ -27,7 +27,7 @@ TranslationOptionCollectionLattice::TranslationOptionCollectionLattice(
const WordLattice *lattice = dynamic_cast<const WordLattice*>(&input);
if (lattice) {
- cerr << *lattice << endl;
+ cerr << *lattice << endl;
}
size_t size = input.GetSize();
@@ -58,7 +58,7 @@ TranslationOptionCollectionLattice::TranslationOptionCollectionLattice(
InputPath *path = new InputPath(subphrase, labels, range, NULL, inputScore);
if (nextNodes) {
- size_t nextNode = nextNodes->at(i);
+ size_t nextNode = nextNodes->at(i);
path->SetNextNode(nextNode);
}