Python

Read the latest updates about all things Python at Microsoft

What do your users really think? Using Text Analytics to understand GitHub Issue Sentiment

(image) Ever get the feeling your users aren't that happy with your project? We all get those issues that are real downers on our repository. So I thought, let's take these issues and make something fun. Using the Text Analytics Service and the WordCloud Python package, we can make some pretty pictures out of otherwise negative comments. I ...