Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 361 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 361 Bytes

Stemmer

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()