Example – stem a single word The Stem() method does the work for all of the above classes. It expects a single word and returns its stem. If there is no stem, the original word is returned unchanged. function StemFrench(const AWord: AnsiString): AnsiString; var Stemmer: TYuStemmer;