maximal/phpmorphy

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

dev-master 2014-10-07 11:55 UTC

This package is auto-updated.

Last update: 2024-10-24 17:24:43 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.

Speed

Single word mode

Bulk mode:

Note:

All values are words per second speed. Test platform: PHP 5.2.3, AMD Duron 800 with 512Mb memory, WinXP.

Installation

See INSTALL.md file in current directory.

Usage

See example in ./examples directory.