Tutorial 1

TextBlob, a Python NLP toolkit

"TextBlob is a Python (2 and 3) library for processing textual data. It provides a consistent API for diving into common natural language processing (NLP) tasks such as part-of-speech tagging, noun phrase extraction, sentiment analysis, and more."

Files:
Tutorial contents:
Library, toolkit and file imports
Preprocessing the data
How to tokenize a string
How to classify words
How to sentiment and subjectivity
How to detect and translate languages
How to train a simple text classifier
Resources
Resources:
Other toolkit tutorials that use .csv and .txt file formats: