Package peppy :: Package nltk_lite :: Package chat
[frames] | no frames]

Package chat

Wrapper around nltk_lite chatbots.

The module defines a single dictionary that maps a text name to a tuple, where the tuple contains the chatbot object and the introduction message.

Submodules

Variables
  chatbots = {'eliza': [eliza, "Hello. How are you feeling toda...
Variables Details

chatbots

Value:
{'eliza': [eliza, "Hello.  How are you feeling today?"], 'zen': [zen, \
"Welcome, my child."], 'iesha': [iesha, "hi!! i'm iesha! who r u??!"],\
 'rude': [rude, "I suppose I should say hello."],}