Returns the stem of word.
word
The result is a normalised base form suitable for index lookups; it is not guaranteed to be a valid dictionary word.
String stem(String word) { return _stemmer.stem(word); }