morrelinko / spam-detector

A simple extensible spam detector library
BSD 3-Clause "New" or "Revised" License
22 stars 3 forks source link

Support for Bayesian filters #1

Open samtuke opened 8 years ago

samtuke commented 8 years ago

Hi, do you have plans to add support for Bayesian filters to spam-detector? The structure of the library and usage looks great, but it'd be far more powerful with more supported spam detectors.

morrelinko commented 8 years ago

Yea, there are plans to incorporate spam detectors such as this however i couldn't dedicate time on its advancement since adoption of this library has been poor joined with the amount of individual projects i'm chipping away at...

Be that as it may, i will continue working on adding more spam detectors asap...

geerlingguy commented 6 years ago

I echo @samtuke’s sentiment above, and also wanted to mention a decent looking Bayesian classifier in PHP that I’m also looking at for that use case: https://github.com/camspiers/statistical-classifier