A simple text sentiment parsing app based off Dash and TextBlob
The polarity value is a float within the range [-1.0, 1.0] where -1 is very negative, 0 is neutral and 1 is very positive. The subjectivity is a float within the range [0.0, 1.0] where 0.0 is very objective and 1.0 is very subjective.