An open API service indexing awesome lists of open source software.

https://github.com/hellerbarde/dist-hs15


https://github.com/hellerbarde/dist-hs15

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Bayesian Spam Filter

##Requirements:

- click: for the CLI with help and all that good stuff.

##Example Usage:

spamfilter train ham-anlern --type=ham
spamfilter train spam-anlern --type=spam

## Files

- spamfilter.py - The interface to the spam filter
- spammodel.py - Stores the data for the training database
- spamclassifier.py - Contains the logic for evaluating the data from the database