2017 © Pedro Peláez
 

library phpmorphy

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

image

maxakawizard/phpmorphy

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

  • Wednesday, December 7, 2016
  • by MAXakaWIZARD
  • Repository
  • 4 Watchers
  • 7 Stars
  • 688 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 58 Forks
  • 0 Open issues
  • 7 Versions
  • 8 % Grown

The README.md

phpMorphy (reloaded)

Build Status GitHub tag Coverage Status, (*1)

phpMorphy is morphological analyzer library for Russian, English and German languages., (*2)

This library allows to retrieve following morph information for any word: * base (normal) form; * all forms; * grammatical (part of speech, grammems) information., (*3)

Installation

To install the library in your project using Composer, first add the following to your composer.json config file:, (*4)

{
    "require": {
        "maxakawizard/phpmorphy": "~1.0"
    }
}

Then run Composer's install or update commands to complete installation., (*5)

Usage

See examples in examples directory., (*6)

Speed

Single word mode

mode base form all forms all forms with gram. info
FILE 1000 800 600
SHM 2200 1100 800
MEM 2500 1200 900

Bulk mode:

mode base form all forms all forms with gram. info
FILE 1700 800 700
SHM 3200 800 700
MEM 3500 800 700

Note:, (*7)

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

The Versions

07/12 2016

dev-master

9999999-dev https://github.com/MAXakaWIZARD/phpmorphy

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

  Sources   Download

MIT

The Requires

  • php >=5.3
  • ext-mbstring *

 

The Development Requires

phpmorphy

15/04 2016

1.3.0

1.3.0.0 https://github.com/MAXakaWIZARD/phpmorphy

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

  Sources   Download

MIT

The Requires

  • php >=5.3
  • ext-mbstring *

 

The Development Requires

phpmorphy

14/04 2016

1.2.1

1.2.1.0 https://github.com/MAXakaWIZARD/phpmorphy

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

  Sources   Download

MIT

The Requires

  • php >=5.3
  • ext-mbstring *

 

The Development Requires

phpmorphy

14/04 2016

1.2.0

1.2.0.0 https://github.com/MAXakaWIZARD/phpmorphy

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

  Sources   Download

MIT

The Requires

  • php >=5.3
  • ext-mbstring *

 

The Development Requires

phpmorphy

14/04 2016

1.1.0

1.1.0.0 https://github.com/MAXakaWIZARD/phpmorphy

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

  Sources   Download

MIT

The Requires

  • php >=5.3
  • ext-mbstring *

 

The Development Requires

phpmorphy

21/07 2014

1.0.1

1.0.1.0 http://phpmorphy.sourceforge.net/

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

  Sources   Download

GNU GPL 2.1

phpmorphy

07/07 2014

1.0.0

1.0.0.0 http://phpmorphy.sourceforge.net/

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

  Sources   Download

GNU GPL 2.1

phpmorphy