GitXplorerGitXplorer
s

spambayes

public
18 stars
25 forks
4 issues

Commits

List of commits on branch master.
Unverified
8ae169fde78371780019db5b7b7acfb4950bab8f

Merge branch 'python3'

ssmontanaro committed 2 years ago
Unverified
e5140cef0bef69768436cc7e2d8135044c41dacc

Had this sort of working for awhile, then forgot about it...

ssmontanaro committed 2 years ago
Unverified
6ae4b20d3f8570b9a97ecae8f5d5bfd87c9764e7

reference args attr directly.

ssmontanaro committed 2 years ago
Unverified
b579bc54988035e5557ef3fd1aa1ea15ff971d12

rethink the "everything is bytes" idea

ssmontanaro committed 2 years ago
Unverified
1626c6da6e2d42c7d6efb57c1d185c1eaa1c4253

more graceful backslash handling

ssmontanaro committed 2 years ago
Unverified
b918cafe261f322e6a4ba99ae15291f998953320

need to rewind and read as well...

ssmontanaro committed 2 years ago

README

The README file for this repository.

Copyright (C) 2002-2013 Python Software Foundation; All Rights Reserved

The Python Software Foundation (PSF) holds copyright on all material in this project. You may use it under the terms of the PSF license; see LICENSE.txt.

SpamBayes is a tool used to segregate unwanted mail (spam) from the mail you want (ham). Before SpamBayes can be your spam filter of choice you need to train it on representative samples of email you receive. After it's been trained, you use SpamBayes to classify new mail according to its spamminess and hamminess qualities.

For more details, see spambayes/README.txt.