[EMAIL PROTECTED] 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 _______________________________________________ [email protected] http://mail.python.org/mailman/listinfo/spambayes Info/Unsubscribe: http://mail.python.org/mailman/listinfo/spambayes Check the FAQ before asking: http://spambayes.sf.net/faq.html
