[Spambayes] spambayes package?
Skip Montanaro
skip@pobox.com
Sun, 8 Sep 2002 06:03:04 -0500
>> Before we get too far down this road, what do people think of
>> creating a spambayes package containing classifier and tokenizer?
>> This is just to minimize clutter in site-packages.
Guido> Too early IMO (if you mean to leave the various other tools out
Guido> of it).
Well, I mentioned classifier and tokenize only because I thought they were
the only importable modules. The rest represent script-level code, right?
Guido> If and when we package this, perhaps we should use Barry's trick
Guido> from the email package for making the package itself the toplevel
Guido> dir of the distribution (rather than requiring an extra directory
Guido> level just so the package can be a subdir of the distro).
That would be perfect. I tried in the naive way last night, but wound up
with all .py files in the package, which wasn't my intent.
Skip