stem abstract method

String stem(
  1. String term
)

Reduces the String to its word stem, base or root form using the Porter2StemmerMixin English language stemming algorithm.

Terms that match a key in exceptions are stemmed by returning the corresponding value from exceptions.

Implementation

String stem(String term);