Closed Hocdoc closed 10 years ago
Latest release on PyPI (0.3.0) reflects the changes: https://pypi.python.org/pypi/textblob-de
Thanks, now sentiment analysis works very stable. I have just tested it with about 10,000 small german text (random Facebook comments) and it works now without problems. :)
Thanks for your feedback. The quality of the polarity values is directly linked to the quality of lemmatization. I'm currently working on a textblob implementation of RFTagger and the results of its lemmatizer look promising. I'll let you know as soon as it is ready.
4 works now, but I still have problems for texts like
TextBlobDE(u"A .").sentiment
:Thanks for your bug-fixing work!