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-07 14:37:40 +0400
committerHieu Hoang <hieu@hoang.co.uk>2013-08-07 14:37:40 +0400
commita1f5167f85c7e17bcadd88aeffb3bf5f36cf20bc (patch)
tree66e3c0d1c3038d721dcec5e6b4dbdefbd445c4ed /moses/TranslationOptionCollectionConfusionNet.cpp
parent66d4c2b0be0a41bb7eca5734913add627a193b7b (diff)
get ready to delete source phrase from TargetPhrase class
Diffstat (limited to 'moses/TranslationOptionCollectionConfusionNet.cpp')
-rw-r--r--moses/TranslationOptionCollectionConfusionNet.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/moses/TranslationOptionCollectionConfusionNet.cpp b/moses/TranslationOptionCollectionConfusionNet.cpp
index cc1788f28..6183d57d3 100644
--- a/moses/TranslationOptionCollectionConfusionNet.cpp
+++ b/moses/TranslationOptionCollectionConfusionNet.cpp
@@ -205,14 +205,6 @@ void TranslationOptionCollectionConfusionNet::CreateTranslationOptionsForRangeLe
(m_source, *oldPtoc
, startPos, endPos, adhereTableLimit, inputPathList );
- PartialTranslOptColl::const_iterator iter;
- for (iter = oldPtoc->begin(); iter != oldPtoc->end(); ++iter) {
- TranslationOption &transOpt = **iter;
- const TargetPhrase &tp = transOpt.GetTargetPhrase();
- const Phrase &sp = tp.GetSourcePhrase();
- cerr << "sp=" << sp << endl;
- }
-
// do rest of decode steps
int indexStep = 0;