Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Data Science by (55.6k points)

Can anyone explain the stemming in sentiment analysis with an example?

1 Answer

0 votes
by (119k points)

Stemming is a method of removing the suffix of the word and bringing it to a base word. Stemming is the normalization technique used in Natural language processing that reduces the number of computations required. We can do stemming in NLP using libraries such as PorterStemming, Snowball Stemmer, etc.

For example, we have the word ‘Eating, we remove the suffix ‘ing’ and bring that word to a base word ‘eat’.

Stemming is mainly used to reduce the dimensionality of data. In simple words, if there we have words like walk, walks, waited, waiting that are different but similar contextually. We bring these words base word ‘walk’ by removing suffixes from all the words.

If you want to learn Sentiment analysis along with hands-on projects, then check out this NLP Course by Intellipaat.

Also, watch this video on Sentiment Analysis:

Related questions

0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer

Browse Categories

...