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.11k stars 1.13k forks source link

The relationship between sentiment score and subjectivity #423

Open ShiJunyiSJ1 opened 9 months ago

ShiJunyiSJ1 commented 9 months ago

Could someone provide some insights or details regarding the methodology used to compute the subjectivity value in TextBlob? I'm particularly interested in understanding how this value is derived and its correlation, if any, with the sentiment score. Thank you!