/porterstemmer

An implementation of Porter stemming algorithm in Scala

Primary LanguageScalaMIT LicenseMIT

This is the Scala implementation of Porter stemming algorithm. It was greatly inspired by Snowball implementation.

This library uses Maven. 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:

<dependency>
    <groupId>com.github.aztek</groupId>
    <artifactId>porterstemmer</artifactId>
    <version>0.0.1</version>
</dependency>