What is the purpose of lemmatization in sentiment analysis. It helps us get to the lemma of a word. So does stemming. Is there another purpose for lemmatization? Like for example identifying synonyms?
Lemmatization typically refers to doing things correctly with the use of a vocabulary and morphological analysis of words, with the goal of removing only inflectional ends and returning the base or dictionary form of a word, which is known as the lemma.
The purpose of stemming and lemmatization is to reduce inflectional forms and occasionally derivationally related forms of a word to a single base form. The two terms, however, have distinct flavors.
Lemmatization is commonly used to describe the morphological study of words with the goal of removing inflectional ends. It aids in returning the base or dictionary form of a word, known as the lemma.
I guess you will have more explanation from here.. Steve Baker, an engineer in the search quality group at Google, just did a nice post about synonyms on the Google blog.