├── Chatbot.ipynb ├── README.md ├── _config.yml ├── chatbot.py └── chatbot.txt /Chatbot.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parulnith/Building-a-Simple-Chatbot-in-Python-using-NLTK/HEAD/Chatbot.ipynb -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parulnith/Building-a-Simple-Chatbot-in-Python-using-NLTK/HEAD/README.md -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parulnith/Building-a-Simple-Chatbot-in-Python-using-NLTK/HEAD/_config.yml -------------------------------------------------------------------------------- /chatbot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parulnith/Building-a-Simple-Chatbot-in-Python-using-NLTK/HEAD/chatbot.py -------------------------------------------------------------------------------- /chatbot.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parulnith/Building-a-Simple-Chatbot-in-Python-using-NLTK/HEAD/chatbot.txt --------------------------------------------------------------------------------