Dive Into NLTK, Part III: Part-Of-Speech Tagging and POS Tagger

This is the third article in the series “Dive Into NLTK“, here is an index of all the articles in the series that have been published to date: Part I: Getting Started with NLTK Part II: Sentence Tokenize and Word … Continue reading →

Getting Started with Pattern

We have talked about NLTK and TextBlob, now it’s time to “Getting Started with Pattern”. About Pattern According Pattern Official Website: Pattern is a web mining module for the Python programming language. It has tools for data mining (Google, Twitter … Continue reading →

Getting Started with TextBlob

TextBlob is a new python natural language processing toolkit, which stands on the shoulders of giants like NLTK and Pattern, provides text mining, text analysis and text processing modules for python developers. Here I will introduce the basics of TextBlob … Continue reading →