Natural Language Processing Practice
TextBlob is a Python (2 and 3) library for processing textual data. It provides a simple API for diving into common natural language processing (NLP) tasks such as part-of-speech tagging, noun phrase extraction, sentiment analysis, classification, translation, and more.
SMS Spam Classifier is classic begineer Practice for Natural Language Processing in which we clasify the SMS whether they are Spam or notSpam(Ham).