Question
What are some common features used in Naive Bayes spam filtering beyond individual words?
Asked by: USER2721
89 Viewed
89 Answers
Answer (89)
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.