The common interface for all stemmers.
Stem of a word for a given language.
-type text() :: string() | binary().
-spec stem(Word :: text(), Lang :: text()) -> text().