Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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