Simple-Chatbot-using-NLTK-in-Python
This post consist of code as well as description of various steps required to build simple chatbot using NLTK library from pyhton. Along with text pre processing I have used cosine similarity to match the words from corpus and question asked by user.