Bayesian Spam Filter

Bayesian Spam Filter is a class that can be used to detect spam in text messages using Bayesian techniques. It analyzes the text in terms of n-grams in a way that is idiom independent. It can be trained to progressively distinguish what is spam and what is not spam by detecting patterns in training samples. Training data is stored in a MySQL database.

Tags Software Development Libraries php classes Scientific/Engineering Artificial Intelligence
Licenses BSD Original
Operating Systems OS Independent
Implementation PHP

Tweet this project Short link

Rss Recent releases

  • Rrelease-mid
  •  01 Mar 2008 17:38
  • Rrelease-after

Changes: A new algorithm (Fisher-Robinson's Inverse Chi-square) was added. The knowledge database size was decreased.

No-screenshot

Project Spotlight

Multi Threaded Daemon - enhanced

A PHP daemon that spawns multiple parallel threads.

No-screenshot

Project Spotlight

Python-SIP

A tool to generate Python bindings from C++ code.