Return-Path: Delivered-To: apmail-jakarta-lucene-dev-archive@www.apache.org Received: (qmail 43269 invoked from network); 13 Oct 2003 15:24:26 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 13 Oct 2003 15:24:26 -0000 Received: (qmail 80883 invoked by uid 500); 13 Oct 2003 15:24:17 -0000 Delivered-To: apmail-jakarta-lucene-dev-archive@jakarta.apache.org Received: (qmail 80860 invoked by uid 500); 13 Oct 2003 15:24:17 -0000 Mailing-List: contact lucene-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Lucene Developers List" Reply-To: "Lucene Developers List" Delivered-To: mailing list lucene-dev@jakarta.apache.org Received: (qmail 80846 invoked from network); 13 Oct 2003 15:24:17 -0000 Received: from unknown (HELO web12707.mail.yahoo.com) (216.136.173.244) by daedalus.apache.org with SMTP; 13 Oct 2003 15:24:17 -0000 Message-ID: <20031013152420.54722.qmail@web12707.mail.yahoo.com> Received: from [194.152.209.29] by web12707.mail.yahoo.com via HTTP; Mon, 13 Oct 2003 08:24:20 PDT Date: Mon, 13 Oct 2003 08:24:20 -0700 (PDT) From: Otis Gospodnetic Subject: Re: Kstem for Lucene To: Lucene Developers List Cc: Bob Krovetz , guzman@cs.umass.edu In-Reply-To: <016b01c377aa$bd5d7470$85f67780@NORTHAM> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hell and thank you. I have added this to our 'patch queue' as: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23782 I have not looked at the Jar, so I haven't double-checked the license. We can include it with Lucene only if the code is released under the ASL, I believe. Otis --- Sergio Guzman-Lara wrote: > Hi all, > > I have ported the kstem stemmer to Java and incorporated it to > Lucene. You can get the source code (Kstem.jar) from the following > website: > > http://ciir.cs.umass.edu/downloads/ > > Just click on "KStem Java Implementation" (you will need to > register your e-mail, for free of course, with the CIIR --Center for > Intelligent Information Retrieval, UMass -- and get an access code). > > > Content of Kstem.jar: > > java/org/apache/lucene/analysis/KStemData1.java > java/org/apache/lucene/analysis/KStemData2.java > java/org/apache/lucene/analysis/KStemData3.java > java/org/apache/lucene/analysis/KStemData4.java > java/org/apache/lucene/analysis/KStemData5.java > java/org/apache/lucene/analysis/KStemData6.java > java/org/apache/lucene/analysis/KStemData7.java > java/org/apache/lucene/analysis/KStemData8.java > java/org/apache/lucene/analysis/KStemFilter.java > java/org/apache/lucene/analysis/KStemmer.java > > KStemData1.java, ..., KStemData8.java Contain several lists of > words used by Kstem > KStemmer.java Implements the Kstem algorithm > KStemFilter.java Extends TokenFilter applying Kstem > > > To compile > > unjar the file Kstem.jar to Lucene's "src" directory, and compile it > there. > > > What is Kstem? > > A stemmer designed by Bob Krovetz (for more information see > http://ciir.cs.umass.edu/pubfiles/ir-35.pdf). > > > Copyright issues > > This is open source. The actual license agreement is included at > the top of every source file. > > > Any comments/questions/suggestions are welcome, > > > Sergio Guzman-Lara > Senior Research Fellow > CIIR UMass > > __________________________________ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: lucene-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: lucene-dev-help@jakarta.apache.org