function __construct(phpMorphy_Fsa_FsaInterface $fsa, phpMorphy_Helper $helper)
 {
     parent::__construct(new phpMorphy_Finder_Fsa_Finder($fsa, $this->createAnnotDecoder($helper)), $helper);
 }
 function __construct(phpMorphy_Fsa_FsaInterface $fsa, phpMorphy_Helper $helper)
 {
     parent::__construct(new phpMorphy_Finder_Fsa_PredictBySuffix($fsa, $this->createAnnotDecoder($helper), $helper->getGramInfo()->getEncoding(), 4), $helper);
 }