| Current Path : /var/www/iplanru/data/www/i-plan.ru/libraries/phpmorphy/utils/dict_stuff/dict/convert/names/ |
| Current File : /var/www/iplanru/data/www/i-plan.ru/libraries/phpmorphy/utils/dict_stuff/dict/convert/names/unk.php |
<?php
class ConstNames_Grammems_Unk {
public
$uUnknown = 0;
}
class ConstNames_Poses_Unk {
public
$uUnknown = 0;
}
class ConstNames_Unk extends ConstNames_Base {
protected $poses = array(
"UNKNOWN"
);
protected $grammems = array("");
function getPartsOfSpeech() {
return $this->combineObjAndArray(new ConstNames_Poses_Unk(), $this->poses);
}
function getGrammems() {
return $this->combineObjAndArray(new ConstNames_Grammems_Unk(), $this->grammems);
}
}