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.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.