pyaiml21.graphmaster¶
Implementation of the graphmaster.
The pyaiml21.graphmaster module contains implementation of
the graphmaster - the main data structure used in the AIML interpreter for
saving the categories and finding the best category for the given user input
using pattern matching.
The memory-based graphmaster. |
|
The grapmaster based on MongoDB. |
|
Nodes used in the graphmaster. |
|
The class for representing pattern tags. |
|
Graphmaster based on sqlite3. |
|
Storage for matched parts of user's input. |