What are some common features used in Naive Bayes spam filtering beyond individual words?

Responsive Ad Header

Question

Grade: Education Subject: Support
What are some common features used in Naive Bayes spam filtering beyond individual words?
Asked by:
89 Viewed 89 Answers

Answer (89)

Best Answer
(278)
Beyond individual word frequencies, features can include: presence of URLs, excessive use of exclamation marks, all-caps words, specific keywords (e.g., 'free', 'discount'), sender's domain reputation, and the number of recipients. Combining these features can improve accuracy.