From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/48652 Path: main.gmane.org!not-for-mail From: kai.grossjohann@uni-duisburg.de (Kai =?iso-8859-1?q?Gro=DFjohann?=) Newsgroups: gmane.emacs.gnus.general Subject: Re: Add hooks to Gnus on move/edit/delete? Date: Fri, 03 Jan 2003 14:31:51 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: <84hecq8im0.fsf@lucy.cs.uni-dortmund.de> References: <84fzsgk72x.fsf@lucy.cs.uni-dortmund.de> <847kdswkd6.fsf@lucy.cs.uni-dortmund.de> <843cob2q7y.fsf@lucy.cs.uni-dortmund.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1041600843 17229 80.91.224.249 (3 Jan 2003 13:34:03 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 3 Jan 2003 13:34:03 +0000 (UTC) Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18URxY-0004TH-00 for ; Fri, 03 Jan 2003 14:34:01 +0100 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 18URw2-0000Zl-00; Fri, 03 Jan 2003 07:32:26 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 03 Jan 2003 07:33:19 -0600 (CST) Original-Received: from mailout04.sul.t-online.com (mailout04.sul.t-online.com [194.25.134.18]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id HAA28125 for ; Fri, 3 Jan 2003 07:33:08 -0600 (CST) Original-Received: from fwd08.sul.t-online.de by mailout04.sul.t-online.com with smtp id 18URvl-000362-03; Fri, 03 Jan 2003 14:32:09 +0100 Original-Received: from lucy.is.informatik.uni-duisburg.de (520080024987-0001@[217.81.251.112]) by fmrl08.sul.t-online.com with esmtp id 18URvi-2IJuO8C; Fri, 3 Jan 2003 14:32:06 +0100 Original-Received: by lucy.is.informatik.uni-duisburg.de (Postfix, from userid 1003) id 9A03043ACF; Fri, 3 Jan 2003 14:31:51 +0100 (CET) Original-To: ding@hpc.uh.edu In-Reply-To: (Simon Josefsson's message of "Thu, 02 Jan 2003 23:07:13 +0100") User-Agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.3.50 (i686-pc-linux-gnu) X-Sender: 520080024987-0001@t-dialin.net Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:48652 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:48652 Simon Josefsson writes: > Right. I don't really know what ifile-gnus is. Does it generate Gnus > splitting rules? Or is it a fancy mail splitter function that is > invoked by Gnus? If the latter, forget my ramblings. ifile-gnus invokes the external program ifile on the message. ifile is a Naive Bayesian classifier. That means you show it some example messages with their categories (1 group = 1 category), and from these it learns. Afterwards you can invoke it on a new message and it will print a category for this message, using the previously learned data. Naive Bayes is not the best text classifier you can get. Experiments show that good classifiers can achieve 80% accuracy (or so). The spam identification suggestion by Paul Graham implements Naive Bayes in Lisp. -- Ambibibentists unite!