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/DecodeStep.h
parent89f39bf89dc6db74ecbe86263088f0967468f1e3 (diff)
mark a function as legacy
Diffstat (limited to 'moses/DecodeStep.h')
-rw-r--r--moses/DecodeStep.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/moses/DecodeStep.h b/moses/DecodeStep.h
index 4a6f06c9a..f7893435f 100644
--- a/moses/DecodeStep.h
+++ b/moses/DecodeStep.h
@@ -103,14 +103,6 @@ public:
const GenerationDictionary* GetGenerationDictionaryFeature() const;
- /*! Given an input TranslationOption, extend it in some way (put results in outputPartialTranslOptColl) */
- virtual void Process(const TranslationOption &inputPartialTranslOpt
- , const DecodeStep &decodeStep
- , PartialTranslOptColl &outputPartialTranslOptColl
- , TranslationOptionCollection *toc
- , bool adhereTableLimit
- , const Phrase &src) const = 0;
-
void RemoveFeature(const FeatureFunction *ff);
};