Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: fighting spam paper & links / naive bayes / anybody ?

From: brett:codeconscious at: 26-Aug-2002 19:41

> I get over 50 spam a day. do you want me to send them to > you :)
Eeek! That's very generous of you Graham ;^) Still it could be worthwhile collecting them for a bit and then zipping them as attachment to me.
> Where are you storing the hash tables?
At present my little prototype is not storing them. It would be fairly straight forward to store them so that they can be incrementally updated, but the problem is any change in the tokenising process could stuff up the data. So it makes sense to work on making the tokenising process stable, perhaps more intelligent (and fast) and then to record the tokensing method with the hash information. It's a bit of a side project for me, but then I don't get 50 spam emails a day thankfully :^) Regards, Brett.