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/DecodeStepTranslation.cpp
parentd3f1f7e0d6665df58a432838cc9c60c776831b88 (diff)
mark a function as legacy
Diffstat (limited to 'moses/DecodeStepTranslation.cpp')
-rw-r--r--moses/DecodeStepTranslation.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/DecodeStepTranslation.cpp b/moses/DecodeStepTranslation.cpp
index b48daf7e5..de01b5f4b 100644
--- a/moses/DecodeStepTranslation.cpp
+++ b/moses/DecodeStepTranslation.cpp
@@ -156,7 +156,7 @@ void DecodeStepTranslation::Process(const TranslationOption &inputPartialTranslO
}
-void DecodeStepTranslation::ProcessInitialTranslation(
+void DecodeStepTranslation::ProcessInitialTranslationLegacy(
const InputType &source
,PartialTranslOptColl &outputPartialTranslOptColl
, size_t startPos, size_t endPos, bool adhereTableLimit) const