Hi all,
While I’ve been developing my bot, I came to the conclusion that some aspects of the bot development has been duplicated. With that effort, I started putting together a collection of meta data (for lack of a better word) that I believe can help everyone with their own bot development.
My AICore script is basically a csv file that contains word lists, word mappings, substitutions, spelling mistakes, etc. This file can be read in almost any language, and converted into anything you can imagine.
I would like to turn this into a community project. If you have your own data file that you’d like to contribute to this file, do send it to me, and I’ll include it. My aim here is to build a core set of data that anyone can use.
You can download the file from my website :
http://www.massyn.net/files/aicore/aicore.txt
In addition, I now also have a RiveScript begin.rs file that I generate from the same data set.
http://www.massyn.net/files/aicore/begin.rs
If you would like to have AIML, ChatScript, or any other format generated from the data set, let me know what the format should look like, and I’ll gladly build a script to produce the same data set.