2017 © Pedro Peláez
 

library phpmorphy

phpMorphy - morphological analyzer library for Russisan, English languages.

image

grigoryangeo/phpmorphy

phpMorphy - morphological analyzer library for Russisan, English languages.

  • Tuesday, March 6, 2018
  • by grigoryangeo
  • Repository
  • 1 Watchers
  • 0 Stars
  • 185 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 10 Forks
  • 0 Open issues
  • 5 Versions
  • 5 % Grown

The README.md

cijic/phpmorphy

phpMorphy --- morphological analyzer library for Russisan, English and German languages.
cijic/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/cijic/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 cijic/phpmorphy, (*4)


## Usage ``` php $morphy = new cijic\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 cijic\phpMorphy\MorphyServiceProvider::class,

Section aliases php 'Morphy' => cijic\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 altcode@ya.ru instead of using the issue tracker., (*9)

License

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

The Versions

06/03 2018

dev-master

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

phpMorphy - morphological analyzer library for Russisan, English languages.

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by Chiril Teterea

phpmorphy

19/09 2015

0.3.0

0.3.0.0 https://github.com/cijic/phpmorphy

phpMorphy - morphological analyzer library for Russisan, English languages.

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by Chiril Teterea

phpmorphy

13/09 2015

0.2.0

0.2.0.0 https://github.com/cijic/phpmorphy

phpMorphy - morphological analyzer library for Russisan, English languages.

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by Chiril Teterea

phpmorphy

13/09 2015

0.1.1

0.1.1.0 https://github.com/cijic/phpmorphy

phpMorphy - morphological analyzer library for Russisan, English languages.

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by Chiril Teterea

phpmorphy

13/09 2015

0.1.0

0.1.0.0 https://github.com/cijic/phpmorphy

phpMorphy - morphological analyzer library for Russisan, English languages.

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by Chiril Teterea

phpmorphy