Package peppy :: Package plugins :: Module chatbots
[frames] | no frames]

Module chatbots

Shell plugin and wrapper around the nltk_lite chatbots.

Basically this is just an adapter around the nltk_lite chatbots that provides the pipe-based interfaces that ShellPipe classes expect.

Classes
  ChatPlugin
  ChatWrapper
Functions
 
action(self, index=-1, multiplier=1)
Dynamically created method for the Chatbot classes
 
getActionClass(name)
Create a subclass of Action used to activate a chatbot.
Function Details

getActionClass(name)

 

Create a subclass of Action used to activate a chatbot.

For each chatbot passed in to this function, return a dynamically created class that can be used as a menu item.