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-06 17:43:02 +0400
committerHieu Hoang <hieu@hoang.co.uk>2013-08-06 17:43:02 +0400
commit5ec67ea71b96e7baeb464d473004fd0b0365d794 (patch)
treed3960c93beef26d69f861ee37d2de1f21301f598 /moses/TranslationOptionCollectionConfusionNet.cpp
parentd3f1f7e0d6665df58a432838cc9c60c776831b88 (diff)
mark a function as legacy
Diffstat (limited to 'moses/TranslationOptionCollectionConfusionNet.cpp')
-rw-r--r--moses/TranslationOptionCollectionConfusionNet.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/TranslationOptionCollectionConfusionNet.cpp b/moses/TranslationOptionCollectionConfusionNet.cpp
index 8e21e2f1a..0c55882cd 100644
--- a/moses/TranslationOptionCollectionConfusionNet.cpp
+++ b/moses/TranslationOptionCollectionConfusionNet.cpp
@@ -199,7 +199,7 @@ void TranslationOptionCollectionConfusionNet::CreateTranslationOptionsForRangeLe
list <const DecodeStep* >::const_iterator iterStep = decodeGraph.begin();
const DecodeStep &decodeStep = **iterStep;
- static_cast<const DecodeStepTranslation&>(decodeStep).ProcessInitialTranslation
+ static_cast<const DecodeStepTranslation&>(decodeStep).ProcessInitialTranslationLegacy
(m_source, *oldPtoc
, startPos, endPos, adhereTableLimit );