July 2018
Beginner to intermediate
318 pages
7h 49m
English
To develop a chatbot, we need an AIML interpreter or reference implementation of the AIML. One such tool for this is Program AB, which can be found at https://code.google.com/archive/p/program-ab/. In the download section, the ZIP file is available for Program AB. Extract the file, which will have the following directories:
In the super subdirectory of the bots directory, we can see the directory names aiml, aimlf, config, data, maps, and sets. These are standard directories that are needed for creating a chatbot using AIML and ALICE. Let's test the chatbot. Open ...