AI Ruby

User documentation
2008-09-11

I am using Ruby and MySQL to conduct experiment on classification. Here are some libraries which I am using:

1. Speech Tagger. Just download it from http://www.markwatson.com/opensource/rubytagger_0.1.1.zip and the copy all files to your LIB folder.

2. Classifier. Here is the link http://classifier.rubyforge.org/. In Ubuntu, to install it, just use command: sudo apt-get install classifier

You may find some other libraries here http://web.media.mit.edu/~dustin/papers/ai_ruby_plugins/
3. Clever Algorithms: http://www.cleveralgorithms.com/nature-inspired/index.html

Files