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-08-16 00:14:04 +0400
committerHieu Hoang <hieu@hoang.co.uk>2013-08-16 00:14:04 +0400
commit9f92642e59ee09cfe4b1369e07646f282d29b03e (patch)
tree1902b11f6347024ad79f53345e33a5db770752d3 /moses/TranslationOptionCollectionConfusionNet.cpp
parent49e36cebc26808e8ca91e8427014babe47dfa123 (diff)
beautify
Diffstat (limited to 'moses/TranslationOptionCollectionConfusionNet.cpp')
-rw-r--r--moses/TranslationOptionCollectionConfusionNet.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/moses/TranslationOptionCollectionConfusionNet.cpp b/moses/TranslationOptionCollectionConfusionNet.cpp
index e2625ce1f..da79c8cba 100644
--- a/moses/TranslationOptionCollectionConfusionNet.cpp
+++ b/moses/TranslationOptionCollectionConfusionNet.cpp
@@ -129,11 +129,11 @@ void TranslationOptionCollectionConfusionNet::ProcessUnknownWord(size_t sourcePo
InputPathList::const_iterator iterInputPath;
size_t j=0;
for(iterCol = coll.begin(), iterInputPath = inputPathList.begin();
- iterCol != coll.end();
- ++iterCol , ++iterInputPath) {
- const InputPath &inputPath = **iterInputPath;
- size_t length = source.GetColumnIncrement(sourcePos, j++);
- const Scores &inputScores = iterCol->second;
+ iterCol != coll.end();
+ ++iterCol , ++iterInputPath) {
+ const InputPath &inputPath = **iterInputPath;
+ size_t length = source.GetColumnIncrement(sourcePos, j++);
+ const Scores &inputScores = iterCol->second;
ProcessOneUnknownWord(inputPath ,sourcePos, length, &inputScores);
}