https://github.com/nadar/stemming
PHP Stemming Collection
https://github.com/nadar/stemming
languages php stemmer stemmers stemming
Last synced: 2 months ago
JSON representation
PHP Stemming Collection
- Host: GitHub
- URL: https://github.com/nadar/stemming
- Owner: nadar
- License: mit
- Created: 2017-03-20T11:22:10.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T15:38:58.000Z (over 2 years ago)
- Last Synced: 2025-03-27T10:07:10.627Z (3 months ago)
- Topics: languages, php, stemmer, stemmers, stemming
- Language: PHP
- Homepage: https://github.com/nadar
- Size: 47.9 KB
- Stars: 15
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# PHP Stemming Collection

[](https://packagist.org/packages/nadar/stemming)
[](https://packagist.org/packages/nadar/stemming)The main purpose of this repo is to unify different stemming components based on its language.
## Installation
This package is distributed over the packagist service for composer. In order to use this package composer must be installed.
```sh
composer require nadar/stemming
```## Usage
Using the stemmer for your desired language:
```php