Stems a word using the Porter Stemmer for removing inflectional endings like "ing", "ist", "ize".
The word to be stemmed
Porter, M. (1980)
var rootWord = stemWordToRoot("running"); // returns "run" Copy
var rootWord = stemWordToRoot("running"); // returns "run"
Stems a word using the Porter Stemmer for removing inflectional endings like "ing", "ist", "ize".