User's Manual
Introduction
MakeAiml
Author: Grant Dryden
Description
MakeAiml allows a user to prefix sentences with characters
designating the format and use of the sentence for quickly
making AIML files. The input file should be newline
delimited sentences, and the output is an AIML document.
Usage
MakeAiml has two different modes of operation: Windowed and Console. To operate in Windowed mode, simply double-click the MakeAiml.jar file. To run MakeAiml via the command prompt or terminal use the following command line parameters:
java -jar MakeAiml.jar -i in.txt -o out.aiml [-p] [-l log.txt]
Command Line Parameters
Input
- -i in.txt - Name/path of the input file to parse
- -o out.aiml - Name/path of the output AIML file to create
- [-p] - If this option is present, MakeAiml will wait for a user keypress once it has finished execution.
- [-l log.txt] - Name/path of the log file to log output to. If this option is not present, no log file will be generated.
For More Information
For more information on how to use MakeAiml, download the program and see the README.txt file.

