Download the PHP package wdmg/lingua-stem without Composer
On this page you can find all versions of the php package wdmg/lingua-stem. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download wdmg/lingua-stem
More information about wdmg/lingua-stem
Files in wdmg/lingua-stem
Package lingua-stem
Short Description Implementation of the Porter Stemmer algorithm with support English, Russian and Ukrainian locales.
License MIT
Homepage https://github.com/wdmg/lingua-stem
Informations about the package lingua-stem
LinguaStem
Implementation of the Porter Stemmer algorithm with support English, Russian and Ukrainian locales. Based on PorterStemmer class [https://tartarus.org/martin/PorterStemmer/php.txt] and [http://snowball.tartarus.org/algorithms/russian/stemmer.html]
Requirements
- PHP 5.6 or higher
Installation
To install the library, run the following command in the console:
$ composer require "wdmg/lingua-stem"
Usage
Common Information
http://snowball.tartarus.org/algorithms/porter/stemmer.html https://metacpan.org/release/Lingua-Stem https://en.wikipedia.org/wiki/Stemming https://ru.wikipedia.org/wiki/Стеммер_Портера
Status and version [ready to use]
- v.1.1.0 - Update copyrights
- v.1.0.1 - Added namespace
- v.1.0.0 - Added LinguaStem() class code and library of patterns
Copyrights
- Copyright (c) 2023 W.D.M.Group, Ukraine (https://wdmg.com.ua/)
- Copyright (c) 2020 by Alexsander Vyshnyvetskyy [email protected]
- Copyright (c) 2017 by Roman Romadin [email protected]
- Copyright (c) 2005 by Richard Heyes (https://www.phpguru.org/)
- Copyright (c) 2005 by Jon Abernathy, Hostmake LLC
- Copyright (C) 2003 by Aldo Calpini [email protected]
- Copyright (C) 2004 by Aleksandr Guidrevitch [email protected]
All versions of lingua-stem with dependencies
ext-mbstring Version *