Python for NLP: Creating a Rule-Based Chatbot
This is the 12th article in my series of articles on Python for NLP. In the previous article, I briefly explained the different functionalities of the Python’s Gensim library. Until now, in this series, we have covered almost all of the most commonly used NLP libraries such as NLTK, SpaCy, Gensim, StanfordCoreNLP, Pattern, TextBlob, etc. In this article, we are not going to explore any NLP library. Rather, we will develop a very simple rule-based chatbot capable of answering user […]
Read more