I am trying to implement porter stemming algorithm, but i am having difficualties understanding this point
Step 1c
(*v*) Y -> I happy -> happi sky -> sky
Isn't that the the opposite of what we want to do , why does the algorithim convert the Y into I.
for the complete algorithm here http://tartarus.org/~martin/PorterStemmer/def.txt
Thanks