Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 5215 invoked from network); 20 Nov 2005 19:10:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 20 Nov 2005 19:10:45 -0000 Received: (qmail 29970 invoked by uid 500); 20 Nov 2005 19:10:40 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 29949 invoked by uid 500); 20 Nov 2005 19:10:39 -0000 Mailing-List: contact java-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-user@lucene.apache.org Delivered-To: mailing list java-user@lucene.apache.org Received: (qmail 29938 invoked by uid 99); 20 Nov 2005 19:10:39 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 20 Nov 2005 11:10:39 -0800 Received-SPF: pass (asf.osuosl.org: domain of giovanni.novelli@gmail.com designates 64.233.182.200 as permitted sender) Received: from [64.233.182.200] (HELO nproxy.gmail.com) (64.233.182.200) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 20 Nov 2005 11:12:12 -0800 Received: by nproxy.gmail.com with SMTP id i2so69750nfe for ; Sun, 20 Nov 2005 11:10:17 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=ltrGwYk8dJLGAF0Yvpy52AMiui2M2fzdBRm9gVOwiDpIcHN3EjxO0uGt+lfVNda57LORhuXpTbhOMifk6y/UmZrCVnYvlZzi2y25R/JVAAe2TRTP9XZYk0/cjk1QawIpLi+RmK9OA5HsHTtlF1UGnp6oLFDzdDmLzRIs9yn0jEU= Received: by 10.49.35.10 with SMTP id n10mr238571nfj; Sun, 20 Nov 2005 11:10:17 -0800 (PST) Received: by 10.48.4.6 with HTTP; Sun, 20 Nov 2005 11:10:17 -0800 (PST) Message-ID: Date: Sun, 20 Nov 2005 20:10:17 +0100 From: Giovanni Novelli To: java-user@lucene.apache.org Subject: Re: What is stemming? In-Reply-To: <200511201855.46600@danielnaber.de> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_15964_17367001.1132513817720" References: <200511201855.46600@danielnaber.de> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_15964_17367001.1132513817720 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline [Afaik] Lucene stemming is based on Snowball (http://snowball.tartarus.org/= ) and snowball is an implementation of Porter's algorithm ( http://www.tartarus.org/~martin/PorterStemmer/) so, if I'm not wrong, you should refer to them. ------=_Part_15964_17367001.1132513817720--