使用 Java 或 Python 创建垃圾邮件检查器服务的工具
假设我想创建一个可重用的 REST Web 服务,允许一次性检查一段文本/博客评论是否是垃圾邮件。 (厌倦了在我开发的每个 Web 应用程序中添加此功能)
您会推荐哪些工具、库、框架可以很好地集成到 Java 或 Python 来完成此任务?
谢谢
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您看过 RECAPTCHA 吗? 您想从头开始构建一些东西吗? 或者您可以使用像这样的现有工具吗?
我想到的另一个是UCLASSIFY,它是一项免费的网络服务,您可以在其中轻松创建自己的文本分类器。
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.