Topics: natural language processing, sentiment analysis, and topic modeling. Build a corpus of texts (documents or any tweet, email, comment, publication, status, etc.). Download data using APIs. Populate a database. Explore the statistics. Filter and extract regular expressions. Visualize words, frequencies, ngrams. Assess sentiment, draw conclusions, and provide advice.
Code: R / Tool: Jupyter
Consult the case in a new tab.

Text mining and web scraping with Python
re, urllib2 modules.webbrowser, requests, bs4, selenium modules (bs4 for Beautiful Soup).scrapy is another module for web scraping.Mixing text mining and art. Extracting punctuation from classic novels and turning the resulting string into a spiral. For other pieces, go check out the website: C82.

