mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2025-01-05 02:22:21 +03:00
set HasPhraseTableInd() to true
This commit is contained in:
parent
dc44436481
commit
b43292eb4f
@ -28,7 +28,7 @@ public:
|
||||
virtual void SetParameter(const std::string& key, const std::string& value);
|
||||
|
||||
virtual size_t HasPhraseTableInd() const
|
||||
{ return false; }
|
||||
{ return true; }
|
||||
|
||||
virtual FFState* BlankState(const Manager &mgr, const InputType &input) const;
|
||||
virtual void EmptyHypothesisState(FFState &state,
|
||||
|
Loading…
Reference in New Issue
Block a user