Popularity
2.0
Declining
Activity
0.0
Stable
6
2
4

Monthly Downloads: 2
Programming language: Elixir
License: MIT License
Tags: Text And Numbers    

porterstemmer alternatives and similar packages

Based on the "Text and Numbers" category.
Alternatively, view porterstemmer alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of porterstemmer or a related project?

Add another 'Text and Numbers' Package

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


*Note that all licence references and agreements mentioned in the porterstemmer README section above are relevant to that project's source code only.