TextBlob icon indicating copy to clipboard operation
TextBlob copied to clipboard

Python Textblob Sentiment

Open koushikcs09 opened this issue 6 years ago • 1 comments

Hi Steve,

Thanks a lot for the wonderful package. I would like to inform that I have been working with Textblob package for sentiment analysis of text.

Could you please help me in understanding the sentiment returned by Textblob.The following text sentiment along with different expectation has been shared for reference.

1.Website is not working.

Textblob sentiment: Neutral with polarity score=0. Expected sentiment: Negative.

2.Things are resolved.

Textblob sentiment: Neutral with polarity score=0. Expected sentiment: Positive

3.The process is lengthy.

Textblob sentiment: Neutral with polarity score=0. Expected sentiment: Negative

4.Cheap Products

Textblob sentiment: Positive with polarity score>0. Expected sentiment: Negative

Thanks a lot in advance.

koushikcs09 avatar Dec 18 '19 04:12 koushikcs09

#415 : You can find the details here

Deepankar-98 avatar Feb 18 '23 13:02 Deepankar-98