Re: Migrating SnowballAnalyzer to 4.1

2013-03-16 Thread Robert Muir
On Sat, Mar 16, 2013 at 12:57 AM, Steve Rowe wrote: > > Thanks for the explanation. > > I ran a lucene/benchmark alg comparing the two stemmers on trunk on my > Macbook Pro with Oracle Java 1.7.0_13, and it looks like the situation hasn't > changed much. > > The original-algorithm Porter stemmer

Re: Migrating SnowballAnalyzer to 4.1

2013-03-15 Thread Steve Rowe
Hi Robert, On Mar 15, 2013, at 11:29 AM, Robert Muir wrote: > 2013/2/28 Steve Rowe : >> EnglishAnalyzer has used PorterStemmer instead of the English Snowball >> stemmer since it was created in 2010 as part of LUCENE-2055[2]. I think >> this is an oversight: EnglishAnalyzer should incorporate

Re: Migrating SnowballAnalyzer to 4.1

2013-03-15 Thread Robert Muir
2013/2/28 Steve Rowe : > EnglishAnalyzer has used PorterStemmer instead of the English Snowball > stemmer since it was created in 2010 as part of LUCENE-2055[2]. I think this > is an oversight: EnglishAnalyzer should incorporate the best English stemmer > we've got, and Martin Porter says the

Re: Migrating SnowballAnalyzer to 4.1

2013-02-28 Thread Steve Rowe
- >> From: Steve Rowe [mailto:sar...@gmail.com] >> Sent: Thursday, February 28, 2013 10:47 AM >> To: java-user@lucene.apache.org >> Subject: Re: Migrating SnowballAnalyzer to 4.1 >> >> Hi Peng, >> >> Take a look at the release docs: >> <htt

RE: Migrating SnowballAnalyzer to 4.1

2013-02-28 Thread Peng Gao
Rowe [mailto:sar...@gmail.com] > Sent: Thursday, February 28, 2013 10:47 AM > To: java-user@lucene.apache.org > Subject: Re: Migrating SnowballAnalyzer to 4.1 > > Hi Peng, > > Take a look at the release docs: > <http://lucene.apache.org/core/4_1_0/index.html> >

Re: Migrating SnowballAnalyzer to 4.1

2013-02-28 Thread Chris Hostetter
: Subject: Migrating SnowballAnalyzer to 4.1 : References: : : : In-Reply-To: : https://people.apache.org/~hossman/#threadhijack Thread Hijacking on Mailing Lists When starting a new discussion on a mailing list, please do not reply to an existing message, instead start a fresh emai

Re: Migrating SnowballAnalyzer to 4.1

2013-02-28 Thread Steve Rowe
Hi Peng, Take a look at the release docs: In particular, in the API Javadocs section, the analyzers-common documentation has a large list of per-language analyzers. EnglishAnalyzer is under the org.apache.lucene.analysis.en package: