another porter stemming algorithm implementation question ?
- by mike
Hi,
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…