markuskiller / textblob-de

German language support for TextBlob.
https://textblob-de.readthedocs.org
MIT License
103 stars 12 forks source link

rtype of Sentiment object #2

Closed markuskiller closed 10 years ago

markuskiller commented 10 years ago

And another question: textblob returns an object like Sentiment(polarity=0.35, subjectivity=0.65), while with textblob-de the result is a tuple like (0.0, 0.0). Is it possible to return the same type as in textblob? (submitted by Hocdoc)