Reference

Class

RiTa

Name

stem

Description Extracts base roots from a word according to the Pling stemming algorithm
.
Example

s = RiTa.stem("cakes"); // returns -> cake
Parameters
Stringthe word to analyze
Returns
Stringthe stemmed form of the word
Syntax
RiTa.stem(word);
Platform Java / JavaScript