Exemple #1
0
 protected function createAnnotDecoder(phpMorphy_Morphier_Helper $helper)
 {
     return phpMorphy_AnnotDecoder_Factory::create($helper->getGramInfo()->getEnds())->getPredictDecoder();
 }
 protected function createAnnotDecoder(phpMorphy_Helper $helper)
 {
     return phpMorphy_AnnotDecoder_Factory::instance($helper->getEndOfString())->getCommonDecoder();
 }