Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in AI and Deep Learning by (55.6k points)
Can anyone explain in simple words about lemmatization with example?

1 Answer

0 votes
by (119k points)

Lemmatization is removing the suffix of the word and making it to the base word. Lemmatization is also one of the normalization technique like Stemming in NLP. There are libraries like WordNetlemmatizer in the NLTK package of NLP.

The main difference in lemmatization is the base word should have a meaning. For example: If we do lemmatization for words like ‘Intelligence’, ‘intelligent’, ‘intelligently’, the root will be ‘intelligent’. If we do stemming for the same words, we will get ‘intelligen’.

Lemmatization takes more time compared with stemming. We use lemmatization when the meaning of words is important for analysis. Example: In Question answering application. 

You can know more about lemmatization with practical knowledge from this video:

Related questions

0 votes
3 answers
0 votes
1 answer
asked Mar 5, 2020 in AI and Deep Learning by Sudhir_1997 (55.6k points)
0 votes
1 answer
asked Mar 5, 2020 in AI and Deep Learning by Sudhir_1997 (55.6k points)
0 votes
1 answer
0 votes
1 answer

Browse Categories

...