PHP code example of acrossoffwest / morhpy-wrapper
1. Go to this page and download the library: Download acrossoffwest/morhpy-wrapper library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
acrossoffwest / morhpy-wrapper example snippets
php
echo morphy_get_word_by_case('Москва', ['ПР']);
// Output: москве
php
echo morphy_get_word_by_case('Фитнес', ['ПР'], [
'фитнес' => [
'ПР' => 'фитнесе'
]
]);
// Output: фитнесе
php
use Acrossoffwest\MorphyWrapper\Morphy;
$morphy = new Morphy('en');
echo $morphy->getPseudoRoot('FIGHTY');
// Output: