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 <fishandfrolick@gmail.com>2013-05-11 17:13:26 +0400
committerHieu Hoang <fishandfrolick@gmail.com>2013-05-11 17:13:26 +0400
commit981351758a394ea06ea22cdd810d0735a9af3c9b (patch)
tree5a6f98e9146e11c2b957500626b54ffb2059bf6a /moses/DecodeStepGeneration.h
parentb75d19483341828c51a370eeff4ff89f807a6b42 (diff)
delete class TranslationSystem
Diffstat (limited to 'moses/DecodeStepGeneration.h')
-rw-r--r--moses/DecodeStepGeneration.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/moses/DecodeStepGeneration.h b/moses/DecodeStepGeneration.h
index 5e0f83b38..b508db338 100644
--- a/moses/DecodeStepGeneration.h
+++ b/moses/DecodeStepGeneration.h
@@ -38,8 +38,7 @@ public:
DecodeStepGeneration(const GenerationDictionary* dict, const DecodeStep* prev);
- virtual void Process(const TranslationSystem* system
- , const TranslationOption &inputPartialTranslOpt
+ virtual void Process(const TranslationOption &inputPartialTranslOpt
, const DecodeStep &decodeStep
, PartialTranslOptColl &outputPartialTranslOptColl
, TranslationOptionCollection *toc