From: | Steve Atkins <steve(at)blighty(dot)com> |
---|---|
To: | PostgreSQL-development Hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: Learning curves and such (was Re: pgFoundry) |
Date: | 2005-05-20 15:29:05 |
Message-ID: | 20050520152904.GA10786@gp.word-to-the-wise.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Fri, May 20, 2005 at 11:59:00PM +0900, Michael Glaesemann wrote:
> >Right, if you classify the information coming in, you can set controls
> >over who sees it. What we don't do now is any kind of classification.
>
> This may be a bit off-the-wall, but I recall Joel Spolsky recently
> writing about using Bayesian filtering to classify mail into groups
> other than spam/ham. I wonder if there's any use for something like
> that in this case.
>
> http://www.joelonsoftware.com/articles/FogBugzII.html
No, definitely not. Pseudo-bayesian classification as used by the more
optimistic spam-filtering folks is pretty crappy at the best of times,
and it's really unusuable for more than 3-4 categories.
There are natural language analysis techniques that'll do this sort of
thing, but they're in the realms of research projects, not canned
tools.
Cheers,
Steve
From | Date | Subject | |
---|---|---|---|
Next Message | Ed L. | 2005-05-20 15:39:13 | Re: [GENERAL] Image storage questions |
Previous Message | Bruce Momjian | 2005-05-20 15:25:08 | Re: Two-phase commit issues |