mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-26 05:14:36 +03:00
Changed return type of CreateTranslationOptionsForRange...() functions from void to bool.
This commit is contained in:
parent
7843c94d1f
commit
fa99e25192
@ -22,13 +22,13 @@ protected:
|
||||
InputPathMatrix m_inputPathMatrix; /*< contains translation options */
|
||||
|
||||
InputPathList &GetInputPathList(size_t startPos, size_t endPos);
|
||||
void CreateTranslationOptionsForRangeNew(const DecodeGraph &decodeStepList
|
||||
bool CreateTranslationOptionsForRangeNew(const DecodeGraph &decodeStepList
|
||||
, size_t startPosition
|
||||
, size_t endPosition
|
||||
, bool adhereTableLimit
|
||||
, size_t graphInd);
|
||||
|
||||
void CreateTranslationOptionsForRangeLEGACY(const DecodeGraph &decodeStepList
|
||||
bool CreateTranslationOptionsForRangeLEGACY(const DecodeGraph &decodeStepList
|
||||
, size_t startPosition
|
||||
, size_t endPosition
|
||||
, bool adhereTableLimit
|
||||
|
Loading…
Reference in New Issue
Block a user