aleksender/phpmorphy

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

1.0 2019-09-04 15:25 UTC

This package is auto-updated.

Last update: 2024-05-05 01:46:41 UTC


README

Build Status GitHub tag

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.