Group: comp.lang.haskell · Group Profile · Search for Countall in comp.lang.haskell
Author: Dirk Thierbach
Date: Jul 18, 2008 03:05
Below is a simple spamfilter I have written in Haskell. It is very slow but effective and trainable. I will make a better version tomorrow, right now I do a lot of going over lists many times and probably have some exponential functions in there. I will also choose better names for the functions and add type declarations. However it works and does a good job after just a few emails. It is
|