OK. I put it here
http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters/Kstem and
linked it from the stemming paragraph found here:
http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters  

Cheers!
harry

-----Original Message-----
From: Otis Gospodnetic [mailto:[EMAIL PROTECTED] 
Sent: Monday, August 25, 2008 3:20 PM
To: solr-user@lucene.apache.org
Subject: Re: Less aggressive stemmer?

I'd create a new page and link it from, perhaps, the page about stemming
if there is one or from the page about analyzers/tokens/filters.

 
Otis
--
Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch



----- Original Message ----
> From: "Wagner,Harry" <[EMAIL PROTECTED]>
> To: solr-user@lucene.apache.org
> Sent: Monday, August 25, 2008 1:57:38 PM
> Subject: RE: Less aggressive stemmer?
> 
> Otis,
> I'd be happy to. Where do you think the best place to put this is -
> under 'hacking Solr' or with the other stemming text?
> 
> -----Original Message-----
> From: Otis Gospodnetic [mailto:[EMAIL PROTECTED] 
> Sent: Friday, August 22, 2008 12:24 PM
> To: solr-user@lucene.apache.org
> Subject: Re: Less aggressive stemmer?
> 
> It won't be integrated in Solr 1.3, I believe, because of KStem's
> license.  But we should document what the Factory for it can look
like,
> perhaps by posting it on the Wiki.  Harry, if you have the code handy,
> feel free to post it on the Solr Wiki somewhere.
> 
> Otis
> --
> Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch
> 
> 
> 
> ----- Original Message ----
> > From: "Wagner,Harry" 
> > To: solr-user@lucene.apache.org
> > Sent: Friday, August 22, 2008 8:40:18 AM
> > Subject: RE: Less aggressive stemmer?
> > 
> > We use KStem also and are very happy with it.  I think it has been
> > integrated into Solr and will be included in 1.3 (someone please
> correct
> > me if this is not the case). You should be able to get it from the
> > nightly builds now. 
> > 
> > Cheers!
> > harry
> > 
> > -----Original Message-----
> > From: Kevin Osborn [mailto:[EMAIL PROTECTED] 
> > Sent: Thursday, August 21, 2008 5:30 PM
> > To: solr-user@lucene.apache.org
> > Subject: Re: Less aggressive stemmer?
> > 
> > We had similar problems and then switched to KStem and have been
> pretty
> > happy with the results.
> > 
> > http://ciir.cs.umass.edu/cgi-bin/downloads/downloads.cgi
> > 
> > 
> > 
> > ----- Original Message ----
> > From: Jason Rennie 
> > To: solr-user@lucene.apache.org
> > Sent: Thursday, August 21, 2008 2:23:36 PM
> > Subject: Less aggressive stemmer?
> > 
> > Is there an option to perform less aggressive stemming in solr?
We're
> > using
> > the Porter stemmer.  I see that there is an option for Snowball, but
> my
> > understanding is that Snowball is a refinement of Porter rather than
> > something radically different.  I think we'd be best off with
> something
> > very
> > basic, possibly as simple as removing plural endings.  Our index is
> over
> > product descriptions, so it's important that we stem normal
variations
> > in
> > nouns, but adverbs, verbs and possibly adjective variations are not
so
> > important and sometimes cause problems for us.
> > 
> > Jason



Reply via email to