sloria / TextBlob

Simple, Pythonic, text processing--Sentiment analysis, part-of-speech tagging, noun phrase extraction, translation, and more.
https://textblob.readthedocs.io/
MIT License
9.09k stars 1.13k forks source link

Python Textblob Sentiment #293

Open koushikcs09 opened 4 years ago

koushikcs09 commented 4 years ago

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.

Deepankar-98 commented 1 year ago

415 : You can find the details here