views:

79

answers:

1

Let's say I want to create a reusable REST web service that allows checking whether a piece of text/ blog comment is spam, once for all. (sick of adding this feature in every web app I work on)

Which tools, libraries, frameworks, that would nicely integrate to either Java or Python, would you recommend to accomplish this ?

Thanks

+1  A: 

Did you look at RECAPTCHA? Do you want to build something from scratch? or can you use an exisiting tool like this one?

Another one that comes to my mind is UCLASSIFY, it is a free web service where you can easily create your own text classifiers.

CodeToGlory
Ideally, I would like to avoid captchas as I juste hate them.My goal is to reuse whatever libraries (reverend, orange, spambayes, whatever, pyzor, ..) or higher level tools that could allow me to build a simple webservice that I can query from my apps, to know whether some piece of text is spam or ham