Word stemmer based upon Porter 2 stemmer algorithm, written in Elixir 1.0.
http://tartarus.org/martin/PorterStemmer/
This is licensed under the MIT license.
Does not stem words beginning with an uppercase letter. This is to prevent stemming of acronyms or names.
PorterStemmer.stem()