Porter2StemmerExtension extension
Extends String to provide the stemPorter2 method.
- on
Methods
-
stemPorter2(
[Map< String, String> ? exceptions]) → String - Reduces the String to its word stem, base or root form. using the Porter2Stemmer English language stemming algorithm.