Gnus development mailing list
 help / color / mirror / Atom feed
From: Robert Bihlmeyer <e9426626@stud2.tuwien.ac.at>
Subject: Re: babelgnus
Date: 02 Jun 1999 13:26:38 +0200	[thread overview]
Message-ID: <lfwvxmu9ld.fsf@mars.zserv.tuwien.ac.at> (raw)
In-Reply-To: Hans de Graaff's message of "01 Jun 1999 18:12:30 +0200"

Hi,

>>>>> On 01 Jun 1999 18:12:30 +0200
>>>>> Hans de Graaff <graaff@xs4all.nl> said:

 Hans> Hmm, determining the language used and putting it in a header
 Hans> would also be useful for the message keyword stuff, as it could
 Hans> then select the proper exclusion stuff.

word-adaptive-scoring also depends on a list of stopwords. True, you
can put words from all langauges you read in there, but "die" is one
example that is highly significant in English, but not at all in
German.

Perhaps the list of "frequent {English,German,French,Suaheli,...}
words" can be unified. I.e. we'd have

(defvar frequent-words
  '((english "the" "a" "one" "for" "that")
    (german "der" "die" "das" "mit" "eine" "einer")
    (lisp "defun" "defvar" "cond")))	

which is used for language detection (the langage with the most hits
is probably correct), and stopword generation.

	Robbe

-- 
Robert Bihlmeyer	reads: Deutsch, English, MIME, Latin-1, NO SPAM!
<robbe@orcus.priv.at>	<http://stud2.tuwien.ac.at/~e9426626/sig.html>


  reply	other threads:[~1999-06-02 11:26 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-05-28  7:45 babelgnus Steinar Bang
1999-05-28  8:10 ` babelgnus David Hedbor
1999-05-28 13:41 ` babelgnus Eric Marsden
1999-05-28 19:25   ` babelgnus Per Abrahamsen
1999-05-28 20:29     ` babelgnus Stainless Steel Rat
1999-06-01 11:00       ` babelgnus Robert Bihlmeyer
1999-06-01 16:12         ` babelgnus Hans de Graaff
1999-06-02 11:26           ` Robert Bihlmeyer [this message]
1999-06-02 16:19           ` babelgnus Jan Vroonhof
1999-06-13  0:45     ` babelgnus Lars Magne Ingebrigtsen
1999-06-13 16:57       ` babelgnus Eric Marsden
1999-06-14  0:59         ` babelgnus Lars Magne Ingebrigtsen
1999-06-14  2:50           ` babelgnus William M. Perry
1999-06-15 15:24         ` babelgnus Eric Marsden
1999-06-15 16:23           ` babelgnus Toni Drabik
1999-06-16  7:04           ` babelgnus Jaap-Henk Hoepman
     [not found]     ` <yaau2sc6asf.fsf@tyrfing.ifi.uio.no>
1999-06-13  7:03       ` babelgnus Lars Magne Ingebrigtsen
1999-06-13 13:28         ` babelgnus Karl Kleinpaste
1999-06-13 18:59           ` babelgnus Per Abrahamsen
1999-06-14 17:36             ` babelgnus Shaun Lipscombe
1999-06-14  0:57           ` babelgnus Lars Magne Ingebrigtsen
1999-06-13  4:49   ` babelgnus Lars Magne Ingebrigtsen
1999-06-13 17:38     ` babelgnus Eric Marsden

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=lfwvxmu9ld.fsf@mars.zserv.tuwien.ac.at \
    --to=e9426626@stud2.tuwien.ac.at \
    /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).