stout_porter2 v0.1.2 StoutPorter2 View Source

Efficient implementation of the English Porter2 stemming algorithm.

Link to this section Summary

Functions

Reduces a word to its stem.

Link to this section Functions

Reduces a word to its stem.

Parameters

  • word (string): word to be stemmed

Example

iex> StoutPorter2.stem("hopped")
"hop"