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 <hieuhoang@gmail.com>2013-08-24 00:34:10 +0400
committerHieu Hoang <hieuhoang@gmail.com>2013-08-24 00:34:10 +0400
commitf544d3aced5970f379071ee6be05499ae6ac32bf (patch)
treeb14c48ad4b20042c500a81b59e979a8c0c07a90e /moses/DecodeStepTranslation.h
parent83df3629a9507f398c6b7579a55bf0c35362dbe5 (diff)
mark with LEGACY
Diffstat (limited to 'moses/DecodeStepTranslation.h')
-rw-r--r--moses/DecodeStepTranslation.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/moses/DecodeStepTranslation.h b/moses/DecodeStepTranslation.h
index fa0c265ec..92bb8a5fd 100644
--- a/moses/DecodeStepTranslation.h
+++ b/moses/DecodeStepTranslation.h
@@ -61,11 +61,11 @@ public:
, const TargetPhraseCollection *phraseColl) const;
// legacy
- void ProcessInitialTranslationLegacy(const InputType &source
+ void ProcessInitialTranslationLEGACY(const InputType &source
, PartialTranslOptColl &outputPartialTranslOptColl
, size_t startPos, size_t endPos, bool adhereTableLimit
, const InputPathList &inputPathList) const;
- void ProcessLegacy(const TranslationOption &inputPartialTranslOpt
+ void ProcessLEGACY(const TranslationOption &inputPartialTranslOpt
, const DecodeStep &decodeStep
, PartialTranslOptColl &outputPartialTranslOptColl
, TranslationOptionCollection *toc
@@ -75,7 +75,7 @@ private:
// I'm not sure whether this actually works or not for binary phrase table.
// The source phrase only appears to contain the 1st word, therefore, this function
// only compares the 1st word
- const InputPath &GetInputPathLegacy(const TargetPhrase targetPhrase,
+ const InputPath &GetInputPathLEGACY(const TargetPhrase targetPhrase,
const Phrase sourcePhrase,
const InputPathList &inputPathList) const;