how are sentiment analysis computed in blob
问题 I use the following to compute the sentiment of 200 short sentences. I did not use a training data set: for sentence in textblob.sentences: print(sentence.sentiment) The analysis returns two values: polarity and subjectivity. From what I read online, the polarity score is a float within the range [-1.0, 1.0] where 0 indicates neutral, +1 a very positive attitude and -1 a very negative attitude. The subjectivity is a float within the range [0.0, 1.0] where 0.0 is very objective and 1.0 is very