Anyone know of a good open source spam checker in java or c#?

Posted by Spines on Stack Overflow See other posts from Stack Overflow or by Spines
Published on 2010-03-30T01:35:57Z Indexed on 2010/03/30 1:43 UTC
Read the original article Hit count: 380

Filed under:
|
|
|

I'm creating a site where users can write articles and comment on the articles. I want to automatically check to see if a new article or comment is spam.

What are good libraries for doing this?

I looked at bayesian classifier libraries, but it seems that I would have to gather a large amount of samples and classify them all as spam or not spam myself...

I'm looking for something that can hopefully just tell me right out of the box.

© Stack Overflow or respective owner

Related posts about spam-prevention

Related posts about java