An Introduction to Text Analysis with Python (From Neal Caren)
Subject of Tutorial
Text Analysis
Introduction
This tutorial is about the basic of python and working with text files to compute something interesting.The first set of tutorial designed to teach the basic programming knowledge of using python to analyze text data.The second set of tutorial the author compute the proportion of positive words in tweet after cleaning up the data a bit.The third set of tutorial expand the code written in the previous two, to explore the positive and negative sentiment of any set of text.
Example

Submitted by chaolan on Thu, 11/22/2018 - 22:31