Re: [spambayes-dev] [Spambayes] ZeroDivisionError with hammie.score()

2006-07-14 Thread Tim Peters
[Todd Kennedy] > With the definitions of spamcount and hamcount it makes sense that > they might be zero, since there is minimal training data in the > system, and the word being scored does not exist in the database. > > This might be some sort of small bug with running the filter on a > small amo

Re: [spambayes-dev] [Spambayes] ZeroDivisionError with hammie.score()

2006-07-14 Thread Todd Kennedy
Kenny, Thanks for the reply. With the definitions of spamcount and hamcount it makes sense that they might be zero, since there is minimal training data in the system, and the word being scored does not exist in the database. This might be some sort of small bug with running the filter on a small

Re: [spambayes-dev] [Spambayes] ZeroDivisionError with hammie.score()

2006-07-14 Thread Kenny Pitt
[I'm moving this over to spambayes-dev because it deals more with the code] On 7/13/06, Todd Kennedy <[EMAIL PROTECTED]> wrote: > I'm trying to integrate the spambayes package into my blogging > software as a comment spam filter. I've read through a bunch of the > source, looked at the scripts pr