artificial-intelligencenltkchatbot

Are there any AI chatbots that use nltk?


I am attempting to make a chat A.I, I am curious if anyone used nltk, and could point me in the direction on how it can be used to generate a response based on the information nltk gathers, and how would you store the nltk information gathered?


Solution

  • Here are a few resources to get you started:

    1. The NLTK book which has a lot of excellent examples that would be relevant to you.
    2. The nltk.chat package described as

    This chatbot is a tongue-in-cheek take on the average teen anime junky that frequents YahooMessenger or MSNM. All spelling mistakes and flawed grammar are intentional.

    ...and perhaps companion read: Be your own bot master site and book by Dr. Richard Wallace.

    1. A Gamasutra tutorial
    2. A real world project example
    3. Some real world code example