短信垃圾邮件防护算法
我正在开发一个 Android 消息应用程序。有没有一种适合短信的垃圾邮件过滤算法?请提供一些东西来启动。
拉希姆。
I am developing an android messaging application. Is there a good spam filtering algorithm that works well for SMS? Please give some things to kick start.
Rahim.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不认为有一套算法可以让你明确知道用户是否认为短信是垃圾短信(短信中的广告对某些用户可能很重要,而对其他人来说可能是垃圾短信)但是你可以做什么谷歌确实可以识别垃圾邮件。
您可以允许用户将短信标记为垃圾邮件或非垃圾邮件,然后根据用户标记为垃圾邮件的内容,您可以决定用户是否将其视为垃圾邮件。
编辑:仍然最接近我在 此 pdf 有关基于内容的 SMS 垃圾邮件过滤。
这不是一个算法,而是你应该记住的事情。
引用pdf:
其中有很多有用的信息。一探究竟。
I don't think there is a set algorithm through which you can definitely know whether or not user considers an SMS to be spam, (an ad in SMS can be important to some users and spam to others) what you can do however is what Google does to identify spam mail.
You could allow the user to mark an SMS as spam or not spam and then based on what content has been marked as spam by the user, you can decide whether the user considers it spam or not.
Edit: still closest to what you are looking for I found in this pdf on Content Based SMS Spam Filtering.
It's not an algorithm but rather things you should keep in mind.
Quoting from the pdf:
There is a lot of good info in there. Check it out.