DMCparser
=========
DMCparser is a Spam classification tool currently implementing the Bayesian
classificator described by [1]. It was written for the Data Mining Cup 2003
organized by Prudsys AG [2]. It's ment to be extensible, but I don't know if
it works. However, it's not much code to go through if you wish to extend it.

The DMCparser is in the Public Domain. You might do with my code whatever you
like. However, THERE IS NO WARRANTY FOR ANYTHING!

Usage
=====
On the UN*X/Linux command line type:
> tar -zxvf dmc2003.tgz
> cd dmc2003
> java parser.DMCMain

In the DMCparser menu do:
File -> Open: data/train_processed.txt
Tools-> Bayes

Credits
=======
[1] Paul Graham: "A Plan for Spam". Online: http://www.paulgraham.com/spam.html
[2] Data Mining Cup: http://www.data-mining-cup.de/

