pyaiml21

AIML 2.1 interpreter.

pyaiml21.aiml

This module contains definition of known AIML versions.

pyaiml21.ast

Intermediate Representation of AIML.

pyaiml21.bot

The package contains a definition of abstract class Bot.

pyaiml21.botconfig

Bot Configuration.

pyaiml21.chatbot

AIML chatbot.

pyaiml21.exceptions

AIML exceptions raised during the evaluation of the response.

pyaiml21.graphmaster

Implementation of the graphmaster.

pyaiml21.interpreter

The AIML Interpreter.

pyaiml21.kernel

Kernel - the backwards compatible implementation of the interpreter.

pyaiml21.parser

AIML Parser.

pyaiml21.session

Bot-Client Session.

pyaiml21.stdlib

Standard Tags, Sets and Maps.

pyaiml21.utils

AIML Utilities.