By Brandon Jackson
Project started August 2014
aimlEditor is a simple GUI for editing AIML files built using Python.
- Make sure you have these dependencies installed (see code snippet below for help):
- the
pyAIML
Python package
- the
Example Installation Procedure (for Unix/Linux with apt-get installed)
git clone https://github.com/brandonjackson/aimlEditor.git
Coming Soon
- Build GUI
- Build AIMLParser class
- Make AIMLParser fail gracefully when unknown/unsupported XML elements encountered
Coming Soon