aleksender/phpmorphy

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

Installs: 746

Dependents: 1

Suggesters: 0

Security: 0

Stars: 2

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/aleksender/phpmorphy

1.0 2019-09-04 15:25 UTC

This package is auto-updated.

Last update: 2025-12-05 05:12:16 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.