2017 © Pedro Peláez
 

library phpmorphy

phpMorphy - morphological analyzer library for Russisan, English languages.

image

vladkolodka/phpmorphy

phpMorphy - morphological analyzer library for Russisan, English languages.

  • Tuesday, May 24, 2016
  • by vladkolodka
  • Repository
  • 1 Watchers
  • 1 Stars
  • 318 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 2 Versions
  • 15 % Grown

The README.md

vladkolodka/phpmorphy

phpMorphy --- morphological analyzer library for Russisan, English and German languages.
vladkolodka/phpMorphy is wrapper for phpMorphy library., (*1)

Source website (in russian): http://phpmorphy.sourceforge.net/
SF project: http://sourceforge.net/projects/phpmorphy
Wrapper on Github: https://github.com/vladkolodka/phpmorphy, (*2)

This library allow retireve follow morph information for any word: - Base (normal) form - All forms - Grammatical (part of speech, grammems) information, (*3)

Install

Via Composer ``` bash $ composer require vladkolodka/phpmorphy, (*4)


## Usage ``` php $morphy = new vladkolodka\phpMorphy\Morphy('en'); echo $morphy->getPseudoRoot('FIGHTY');

Laravel support

Facade

``` php Morphy::getPseudoRoot('БОЙЦОВЫЙ'), (*5)


### Add russian facade support Add to config/app.php: Section ```providers``` ``` php vladkolodka\phpMorphy\MorphyServiceProvider::class,

Section aliases php 'Morphy' => vladkolodka\phpMorphy\Facade\Morphy::class,, (*6)

Change log

Please see CHANGELOG for more information what has changed recently., (*7)

Contributing

Please see CONTRIBUTING for details., (*8)

Security

If you discover any security related issues, please email vladkolodka@gmail.com instead of using the issue tracker., (*9)

License

The MIT License (MIT). Please see License File for more information., (*10)

The Versions

24/05 2016

dev-master

9999999-dev

phpMorphy - morphological analyzer library for Russisan, English languages.

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by Vladyslav Kolodka

24/05 2016

0.3.7

0.3.7.0

phpMorphy - morphological analyzer library for Russisan, English languages.

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by Vladyslav Kolodka