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-05-08 14:51:25 +0400
committerHieu Hoang <hieu@hoang.co.uk>2013-05-08 14:51:25 +0400
commit50fbbecaab3033c94af7e74b791b2eb50d526b25 (patch)
tree48d5923da0f7a5215d4a44a3664d4d48acf507ab /moses/DecodeStepGeneration.h
parenta1b2f66d91a3bb2122674f727e257ed256d9f729 (diff)
delete MergeGeneration()
Diffstat (limited to 'moses/DecodeStepGeneration.h')
-rw-r--r--moses/DecodeStepGeneration.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/moses/DecodeStepGeneration.h b/moses/DecodeStepGeneration.h
index d22534ccc..5e0f83b38 100644
--- a/moses/DecodeStepGeneration.h
+++ b/moses/DecodeStepGeneration.h
@@ -46,12 +46,6 @@ public:
, bool adhereTableLimit) const;
private:
- /*! create new TranslationOption from merging oldTO with mergePhrase
- This function runs IsCompatible() to ensure the two can be merged
- */
- TranslationOption *MergeGeneration(const TranslationOption& oldTO, Phrase &mergePhrase
- , const ScoreComponentCollection& generationScore) const;
-
};