Natural Language Processing Using TextBlob
Interest in Natural Language Processing (NLP) is growing due to increasing number of interesting applications like Machine Translator, Chatbot, Image Captioning etc. There are lots of tools to work with NLP. Some popular of them are: NLTK Spacy Stanford Core NLP TextBlob In this topic I will show you how to use TextBlob in Python …