[Spambayes] stand alone filter.

Eric S. Johansson esj at harvee.org
Sun Jun 22 06:48:43 CEST 2008


skip at pobox.com wrote:
> I'm not sure what you mean by "standalone analyzer". 

self contained module not dependent on any configuration files.

> There are a pair of
> Unix filters, sb_filter.py and sb_bnfilter.py which take a message in and
> either score it against an existing training database or train it as ham or
> spam.  There are also tools to help you test SpamBayes itself by break up a
> training set into multiple pieces for regression testing (train on n-1
> groups, score the nth group).

so far the interfaces in hammy.py are proving sufficient.  I'm using the dbm 
classifier.  which reminds me.  any protections against simultaneous access i.e. 
using hammy.py in multiple processes with the same features file?

---eric




More information about the SpamBayes mailing list