RE: Solr and KStem

2007-10-10 Thread Wagner,Harry
, 2007 9:10 PM To: solr-user@lucene.apache.org Subject: Re: Solr and KStem Hi Harry, I re-discovered this thread last week and have made some minor changes to the code (remove deprication warnings) so that it compiles with trunk. I think it would be quite useful to get this stemmer into Solr once

Re: Solr and KStem

2007-10-09 Thread Pieter Berkel
Hi Harry, I re-discovered this thread last week and have made some minor changes to the code (remove deprication warnings) so that it compiles with trunk. I think it would be quite useful to get this stemmer into Solr once all the legal / licensing issues are resolved. If there are no objections

RE: Solr and KStem

2007-09-11 Thread Wagner,Harry
helps. Cheers... harry -Original Message- From: Bill Fowler [mailto:[EMAIL PROTECTED] Sent: Monday, September 10, 2007 8:33 PM To: solr-user@lucene.apache.org Subject: Re: Solr and KStem Hello, I

Re: Solr and KStem

2007-09-10 Thread Bill Fowler
> > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Yonik > Seeley > Sent: Friday, September 07, 2007 3:59 PM > To: solr-user@lucene.apache.org > Subject: Re: Solr and KStem > > On 9/7/07, Wagner,Harry <[EMAIL PROTECTED]> wrote:

RE: Solr and KStem

2007-09-10 Thread Wagner,Harry
dit contributions, but if so please include > OCLC. > Seems only fair since I did this on their dime :) > > Cheers! > harry > > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Yonik > Seeley > Sent: Friday, September 07, 2007

Re: Solr and KStem

2007-09-10 Thread Yonik Seeley
de > > OCLC. > > Seems only fair since I did this on their dime :) > > > > Cheers! > > harry > > > > > > -Original Message- > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Yonik > > Seeley > > Sent:

Re: Solr and KStem

2007-09-10 Thread Mike Klaas
to:[EMAIL PROTECTED] On Behalf Of Yonik Seeley Sent: Friday, September 07, 2007 3:59 PM To: solr-user@lucene.apache.org Subject: Re: Solr and KStem On 9/7/07, Wagner,Harry <[EMAIL PROTECTED]> wrote: I've implemented a Solr plug-in that wraps KStem for Solr use. KStem is considered

RE: Solr and KStem

2007-09-10 Thread Wagner,Harry
Yes, I don't think the licensing will be a problem as KStem already includes a wrapper for Lucene. Cheers! harry -Original Message- From: Otis Gospodnetic [mailto:[EMAIL PROTECTED] Sent: Friday, September 07, 2007 4:40 PM To: solr-user@lucene.apache.org Subject: Re: Solr and KStem

Re: Solr and KStem

2007-09-07 Thread Otis Gospodnetic
From: Walter Underwood <[EMAIL PROTECTED]> To: solr-user@lucene.apache.org Sent: Friday, September 7, 2007 4:31:25 PM Subject: Re: Solr and KStem Even if KStem isn't ASL, we could include the plug-in code with notes about how to get the stemmer. Or, the Solr plug-in could be contributed t

Re: Solr and KStem

2007-09-07 Thread Walter Underwood
Even if KStem isn't ASL, we could include the plug-in code with notes about how to get the stemmer. Or, the Solr plug-in could be contributed to the group that manages the KStem distribution: http://ciir.cs.umass.edu/cgi-bin/downloads/downloads.cgi wunder On 9/7/07 12:59 PM, "Yonik Seeley" <[E

Re: Solr and KStem

2007-09-07 Thread Yonik Seeley
On 9/7/07, Wagner,Harry <[EMAIL PROTECTED]> wrote: > I've implemented a Solr plug-in that wraps KStem for Solr use. KStem is > considered to be more appropriate for library usage since it is much > less aggressive than Porter (i.e., searches for organization do NOT > match on organ!). If there is

RE: Solr and KStem

2007-09-07 Thread Wagner,Harry
I've implemented a Solr plug-in that wraps KStem for Solr use. KStem is considered to be more appropriate for library usage since it is much less aggressive than Porter (i.e., searches for organization do NOT match on organ!). If there is any interest in feeding this back into Solr I would be happ

Re: Solr and KStem

2007-08-28 Thread Mike Klaas
On 28-Aug-07, at 1:08 PM, Wagner,Harry wrote: There is a version of the KStem stemmer (http://ciir.cs.umass.edu/cgi-bin/downloads/downloads.cgi) that has been adapted for Lucene. What would be the simplest way to implement this in Solr? As a plug-in? Has anyone already done this? You