Skip to content
/ phpmorphy Public

phpMorphy --- morphological analyzer library for Russian, English, German and Ukrainian languages.

Notifications You must be signed in to change notification settings

mgid/phpmorphy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mgid/phpmorphy

phpMorphy --- morphological analyzer library for Russian, English, German and Ukrainian languages.

Source website (in russian): http://phpmorphy.sourceforge.net/
SF project: http://sourceforge.net/projects/phpmorphy

This library allow retireve follow morph information for any word:

  • Base (normal) form
  • All forms
  • Grammatical (part of speech, grammems) information

Install

Via Composer

$ composer require mgid/phpmorphy

Usage

$morphy = new mgid\phpMorphy\Morphy('en');
echo $morphy->getPseudoRoot('FIGHTY');

About

phpMorphy --- morphological analyzer library for Russian, English, German and Ukrainian languages.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages