https://github.com/hellerbarde/dist-hs15
https://github.com/hellerbarde/dist-hs15
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/hellerbarde/dist-hs15
- Owner: hellerbarde
- Created: 2015-10-13T17:10:59.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-10-13T19:54:29.000Z (almost 11 years ago)
- Last Synced: 2025-01-11T06:53:52.805Z (over 1 year ago)
- Language: Python
- Size: 410 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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