Description of b8
b8 - A statistical (“bayesian”) spam filter implemented in PHP
Statistical Spam Filter (Service)
Main module of the Statistical Spam Filter
Statistical Spam Filter for Comments
Submodule of the Statistical Spam Filter
A statistical spam filter module for Drupal 8 based upon b8 - A statistical (“bayesian”) spam filter implemented in PHP by Tobias Leupold.
Naive Bayes classifiers are a popular statistical technique of e-mail filtering. They typically use bag of words features to identify spam e-mail, an approach commonly used in text classification. b8 is specifically written to classify common text as can be found in weblog comments and guestbook entries.
The main module of the Statistical Spam Filter module offers a service that other modules may use to create their own spam prevention functionality. No outside services or resources are required to use this module.
b8 - A statistical (“bayesian”) spam filter implemented in PHP
Main module of the Statistical Spam Filter
Submodule of the Statistical Spam Filter
The Statistical Spam Filter (SSF) uses naïve Bayes classifiers as a machine learning technique for automatic text classification. This technique can be used to filter out or block spam content.
SSF comes with a submodule that makes use of the service provided by SSF to prevent comment spam (see below).
The service provided by SSF can also be used by other modules to create their own spam prevention functionality.
Drupal is a registered trademark of Dries Buytaert.
