Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/frpaulas/porterstemmer

Porter Stemmer in Elixir ~> 1.0.0
https://github.com/frpaulas/porterstemmer

Last synced: 3 months ago
JSON representation

Porter Stemmer in Elixir ~> 1.0.0

Awesome Lists containing this project

README

        

# 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](LICENSE.md).

## Exceptions

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

## Usage

PorterStemmer.stem()