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 15:11:39 +0400
committerHieu Hoang <hieu@hoang.co.uk>2013-08-07 15:11:39 +0400
commit24c4c8f2106fc56f12702f72f05732253bd9209d (patch)
treecb69501632ab8e4b7c7cd944d49aec123de86b17 /moses/DecodeStepTranslation.cpp
parent89f39bf89dc6db74ecbe86263088f0967468f1e3 (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 497943b1f..c50d77a87 100644
--- a/moses/DecodeStepTranslation.cpp
+++ b/moses/DecodeStepTranslation.cpp
@@ -44,7 +44,7 @@ DecodeStepTranslation::DecodeStepTranslation(const PhraseDictionary* pdf,
}
}
-void DecodeStepTranslation::Process(const TranslationOption &inputPartialTranslOpt
+void DecodeStepTranslation::ProcessLegacy(const TranslationOption &inputPartialTranslOpt
, const DecodeStep &decodeStep
, PartialTranslOptColl &outputPartialTranslOptColl
, TranslationOptionCollection *toc