mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-26 13:23:25 +03:00
Changed return type of CreateTranslationOptionsForRange(...).
This commit is contained in:
parent
db013975b0
commit
f11e2c9006
@ -39,11 +39,11 @@ public:
|
||||
|
||||
void ProcessUnknownWord(size_t sourcePos);
|
||||
void CreateTranslationOptions();
|
||||
void CreateTranslationOptionsForRange(const DecodeGraph &decodeStepList
|
||||
, size_t startPosition
|
||||
, size_t endPosition
|
||||
, bool adhereTableLimit
|
||||
, size_t graphInd);
|
||||
|
||||
bool
|
||||
CreateTranslationOptionsForRange
|
||||
(const DecodeGraph &decodeStepList, size_t spos, size_t epos,
|
||||
bool adhereTableLimit, size_t graphInd);
|
||||
|
||||
protected:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user