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:
Download the Jupyter Notebook: Attach:TechTutorial_TextBlob_NLP_toolkit.ipynb.zip
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