Differentiate Porter from Lancaster stemming algorithms?

3.2K    Asked by MilanModlin in Data Science , Asked on Nov 26, 2019
Answered by Milan Modlin

Porter algorithm is the least aggressive algorithm which is why is widely used and is the oldest stemming algorithm. The stems of the words are somewhat intuitive and are understandable. On the other hand, Lancaster algorithm is very aggressive because of its strictly chopping words and making it much confusing. With this algorithm in use, the stems become non-relatable to some extent and for this very reason, it is least used.

This is how Porter Stemmer works

image

This is how Lancaster Stemmer works.

image


Your Answer

Interviews

Parent Categories