uawdijnntqw1x1x1
IP : 216.73.216.155
Hostname : vm5018.vps.agava.net
Kernel : Linux vm5018.vps.agava.net 3.10.0-1127.8.2.vz7.151.14 #1 SMP Tue Jun 9 12:58:54 MSK 2020 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
var
/
www
/
iplanru
/
data
/
www
/
www.i-plan.ru
/
libraries
/
phpmorphy
/
bin
/
.
/
mrd2xml.php
/
/
#!/usr/bin/php <?php if(2 == (ini_get('mbstring.func_overload') & 2)) { die("don`t overload string functions in mbstring extension, see mbstring.func_overload option"); } require_once(dirname(__FILE__) . '/../utils/dict_stuff/dict/source/mrd.php'); require_once(dirname(__FILE__) . '/../utils/dict_stuff/dict/writer/xml.php'); if($argc < 3) { echo "Usage " . $argv[0] . " MWZ_FILE OUT_DIR"; exit; } $mwz_file = $argv[1]; $out_dir = $argv[2]; try { $source = new phpMorphy_Dict_Source_Mrd($mwz_file); $out = $out_dir . '/' . $source->getLanguage() . ".xml"; $writer = new phpMorphy_Dict_Writer_Xml($out); $writer->setObserver(new phpMorphy_Dict_Writer_Observer_Standart('log_msg')); $writer->write($source); } catch (Exception $e) { echo $e; exit(1); } function log_msg($msg) { echo $msg, PHP_EOL; }
/var/www/iplanru/data/www/www.i-plan.ru/libraries/phpmorphy/bin/./mrd2xml.php