Your IP : 216.73.216.170


Current Path : /var/www/iplanru/data/www/i-plan.ru/libraries/phpmorphy/utils/dict_stuff/dict/convert/names/
Upload File :
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);
	}
}