aleksender / phpmorphy
phpMorphy - morphological analyzer library for Russian, English and German languages
1.0
2019-09-04 15:25 UTC
Requires
- php: >=5.3
- ext-mbstring: *
Requires (Dev)
- phpunit/phpunit: ~4.8
- satooshi/php-coveralls: ~1.0
This package is auto-updated.
Last update: 2024-11-05 02:53:36 UTC
README
phpMorphy is morphological analyzer library for Russian, English and German languages.
This library allows to retrieve following morph information for any word:
- base (normal) form;
- all forms;
- grammatical (part of speech, grammems) information.
Installation
To install the library in your project using Composer
, first add the following to your composer.json
config file:
{ "require": { "aleksender/phpmorphy": "~1.0" } }
Then run Composer's install or update commands to complete installation.
Usage
See examples in examples directory.