Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nadar/stemming
PHP Stemming Collection
https://github.com/nadar/stemming
languages php stemmer stemmers stemming
Last synced: 29 days 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T15:38:58.000Z (almost 2 years ago)
- Last Synced: 2024-09-19T16:35:05.059Z (about 2 months ago)
- Topics: languages, php, stemmer, stemmers, stemming
- Language: PHP
- Homepage: https://github.com/nadar
- Size: 47.9 KB
- Stars: 15
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# PHP Stemming Collection
![Tests](https://github.com/nadar/stemming/workflows/Tests/badge.svg)
[![Latest Stable Version](https://poser.pugx.org/nadar/stemming/v/stable)](https://packagist.org/packages/nadar/stemming)
[![Total Downloads](https://poser.pugx.org/nadar/stemming/downloads)](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