step1c ( str -- newstr )
Porter stemming algorithm

Prev:step1b ( str -- newstr )
Next:step2 ( str -- newstr )


Vocabulary
porter-stemmer

Inputs
stra string


Outputs
newstra new string


Word description
Turns a terminal y to i when there is another vowel in the stem.

Definition