porter_2_stemmer library

Reduce a word to its root form using the Porter English stemming algorithm.

Classes

Porter2Stemmer
DART implementation of the Porter Stemming Algorithm (see https://snowballstem.org/algorithms/), used for reducing a word to its word stem, base or root form.
Porter2StemmerBase
Base class that mixes in the Porter2StemmerMixin mixin.
Porter2StemmerMixin
Implements the Porter2Stemmer.stem method.

Extensions

Porter2StemmerExtension on String
Extends String to provide the stemPorter2 method.