Stemmer

March 7, 2015 ยท View on GitHub

Word stemmer based upon Porter 2 stemmer algorithm, written in Elixir 1.0.

http://tartarus.org/martin/PorterStemmer/

License

This is licensed under the MIT license.

Exceptions

Does not stem words beginning with an uppercase letter. This is to prevent stemming of acronyms or names.

Usage

PorterStemmer.stem()

Contents

  1. 1License
  2. 2Exceptions
  3. 3Usage