A Comprehensive Guide to Understand and Implement Text Classification in Python

Posted on 23 Apr, 2018

One of the widely used natural language processing task in different business problems is “Text Classification”. The goal of text classification is to automatically classify the text documents into one or more defined categories.

Text Classification is an example of supervised machine learning task since a labelled dataset containing text documents and their labels is used for train a classifier. An end-to-end text classification pipeline is composed of three main components: Dataset Preparation, Feature Engineering, Model Training.

Read Complete Blog on Analytics Vidhya Here