Gnus development mailing list
 help / color / mirror / Atom feed
From: Wes Hardaker <wjhardaker@ucdavis.edu>
Subject: new scoring ideas.
Date: 12 Nov 1997 12:11:25 -0800	[thread overview]
Message-ID: <x7d8k5swia.fsf@mail.calwest.net> (raw)


Ok, I've been thinking (always a bad thing) about a fairly easy (I
think) thing to do with adaptive scoring (including word scoring)
(aside: can you score score someone down for using too many ()
comments?)

First off, I have the following ideas about scoring:

1) I want the subject line scoring to stay the same..  Down for
   unread, up for read, just like it is now.

2) I want the author scoring to stay the same, minus one exception:  I
   don't want an author's score to ever drop below 0.

This means that the subject is more important to me than the author's
score, and thus should be adjusted down because I specifically haven't
read that subject before.  However, I don't want to nix out an author
entirely just because he writes about a subject that I don't want to
read.  I want it to drop to 0 only, because I want to see new subjects
(ie, with a score of 0) still be listed no lower than 0 in score.  (I
rarely read anything in the italics section at the bottom).  However,
if I still want gnus to decide for me that some author is really
really cool and to score up an author if I've read him/her a lot.

Make sense?  It should.  Sort of what I'm suggesting for:

(setq gnus-adapt-lower-limits
	'(("subject" -100)
	  ("from" 0)
	  -10000)                ;; default  (nil = no limit)
      gnus-adapt-upper-limits
	nil)

Also, this is even more important for word adaption.  I never use it
because all my articles in large volume groups drop too low in score,
if I read only 1% of the articles.  This would fix this problem, as no
word could ever get scored lower than X but could still get raised,
which would raise the articles I'm probably most interested in but not
those that I'm not.

(setq gnus-adapt-word-lower-limits 0)  ;  defaults to nil

Wes
(ideas?)
-- 
"Ninjas aren't dangerous.  They're more afraid of you than you are of them."


             reply	other threads:[~1997-11-12 20:11 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1997-11-12 20:11 Wes Hardaker [this message]
1997-11-13 21:35 ` Lars Magne Ingebrigtsen
1997-11-13 23:32   ` Wes Hardaker

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=x7d8k5swia.fsf@mail.calwest.net \
    --to=wjhardaker@ucdavis.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).