From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/8832 Path: main.gmane.org!not-for-mail From: Steinar Bang Newsgroups: gmane.emacs.gnus.general Subject: Re: adaptive word score, and numbers Date: 19 Nov 1996 08:02:52 +0100 Sender: sb@metis.no Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 (generated by tm-edit 7.93) Content-Type: text/plain; charset=US-ASCII X-Trace: main.gmane.org 1035148945 14676 80.91.224.250 (20 Oct 2002 21:22:25 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 21:22:25 +0000 (UTC) Return-Path: Original-Received: (qmail 14854 invoked from smtpd); 19 Nov 1996 07:25:51 -0000 Original-Received: from ifi.uio.no (0@129.240.64.2) by deanna.miranova.com with SMTP; 19 Nov 1996 07:25:50 -0000 Original-Received: from gw.metis.no (abel.metis.no [193.90.64.1]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id for ; Tue, 19 Nov 1996 08:03:25 +0100 Original-Received: by gw.metis.no (8.6.12/8.6.12) with ESMTP id IAA28099; Tue, 19 Nov 1996 08:02:53 +0100 Original-Received: by hub.metis.no (8.6.12/8.6.12) with ESMTP id IAA05267; Tue, 19 Nov 1996 08:02:53 +0100 Original-Received: by client.metis.no (8.6.11/8.6.12) id IAA27892; Tue, 19 Nov 1996 08:02:52 +0100 Original-To: ding@ifi.uio.no In-Reply-To: Lars Magne Ingebrigtsen's message of 18 Nov 1996 18:56:29 +0100 Original-Lines: 19 X-Mailer: Red Gnus v0.60/Emacs 19.34 Xref: main.gmane.org gmane.emacs.gnus.general:8832 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:8832 >>>>> Lars Magne Ingebrigtsen : > Well, I think this is just what adaptive word scoring will get you. > If you don't read articles with "TWA 800" in the subjects, the words > "TWA" and "800" will get their scores lowered. Not "800", no (at least, no such numbers is in rec.aviation.military.ADAPT) > If the words you want to score on contain "-", you should modify the > syntax entry for that character to be word-consituent: > (setq gnus-adaptive-word-syntax-table > (copy-syntax-table (standard-syntax-table))) > (modify-syntax-entry ?- "w" gnus-adaptive-word-syntax-table) > (By the way, by default, numbers are considered to be white space when > doing word scoring.) Yup! I'll look into changing it, and what effects it would have.