Skip to content

A simple conversational chatbot using NLTK and a Naive Bayes classifier

Notifications You must be signed in to change notification settings

izsolnay/Chatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Basic Chatbot

This basic chatbot was designed simply to get a feel for the basic programming of conversational chatbots and how the call and response method works.

This can also be run from the command prompt after downloading the file Chatbot.py:

In terminal:
type python (or python3)
type import nltk
nltk.download('punkt')
type exit()
type cd PATH TO Chatbot FILE python Chatbot.py (or python3 Chatbot.py)

All code at https://github.com/izsolnay

About

A simple conversational chatbot using NLTK and a Naive Bayes classifier

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published