|
spambayes
1.1a6
About: SpamBayes - a Bayesian anti-spam filter/classifier (written in Python)
Fossies Dox: spambayes-1.1a6.zip ("inofficial" and yet experimental doxygen-generated source code documentation) ![]() |
Functions | |
| def | usage |
| def | distribute |
| def | main |
Variables | |
| list | program = sys.argv[0] |
| loud = True | |
| int | nsets = 5 |
| ngroups = None | |
| nmess = None | |
| def mksets.main | ( | ) |
Main program; parse options and go.
Definition at line 95 of file mksets.py.
References distribute(), and usage().
| def mksets.usage | ( | code, | |
msg = '' |
|||
| ) |