stem ( str -- newstr )
Porter stemming algorithm

Next:step1a ( str -- newstr )


Vocabulary
porter-stemmer

Inputs
stra string


Outputs
newstra new string


Word description
Applies the Porter stemming algorithm to the input string.

Definition