set HasPhraseTableInd() to true

This commit is contained in:
Hieu Hoang 2015-12-20 00:49:56 +00:00
parent dc44436481
commit b43292eb4f

View File

@ -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,