SamEdwardes / spacytextblob

A TextBlob sentiment analysis pipeline component for spaCy.
https://spacytextblob.netlify.app/
MIT License
55 stars 8 forks source link

Mentioning the scores #3

Closed vcuspinera closed 3 years ago

vcuspinera commented 3 years ago

Congrats Sam, this is a great tool! I was looking for the meaning of polarity and subjectivity, from one to other place of your references, and found in the TextBlob tutorial that polarity score is a float within the range [-1.0, 1.0], and subjectivity is a float within the range [0.0, 1.0] where 0.0 is very objective and 1.0 is very subjective. I just recommend you to share this details to the users somewhere in this GitHub repo.

SamEdwardes commented 3 years ago

Thanks for the suggestion Victor. Agreed I should add! I will make this update 😄

SamEdwardes commented 3 years ago

Closed by #8.