Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/aztek/porterstemmer

An implementation of the Porter stemming algorithm in Scala
https://github.com/aztek/porterstemmer

porter-stemming-algorithm scala stemmer

Last synced: about 1 month ago
JSON representation

An implementation of the Porter stemming algorithm in Scala

Awesome Lists containing this project

README

        

This is the Scala implementation of Porter stemming algorithm. It was greatly inspired by [Snowball implementation](http://snowball.tartarus.org/algorithms/porter/stemmer.html).

This library uses [Maven](http://maven.apache.org/). To install, do the following:

1. `git clone https://github.com/aztek/porterstemmer`
2. `cd porterstemmer`
3. `mvn install`

To use it in your project, put this dependency in your `pom.xml`:


com.github.aztek
porterstemmer
0.0.1