pyaiml21.ast¶
Intermediate Representation of AIML.
This module defines the structure of the Abstract Syntax Tree, which the subsequent submodules work with, and parsed .aiml files are converted to.
- The exported names are:
Node- represents a part (subtree) of XMLCategory- basic knowledge of AIML chatbot
The basic unit of knowledge of an AIML chatbot. |
|
Inner node of the AST. |