Skip to content

kaiserprogrammer/spam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Spam

Peter Seibel's implementation of spam and ham classification with a bayesian filter. Altered to fit my style of programming.

Usage

(let ((db (make-instance 'spam:memory-db)))
           (spam:train "what  the hell" :ham db)
           (spam:classify "normal text hell" db))

About

A classifier of spam and ham with a bayesian filter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published