On Fri, Sep 11, 2009 at 6:21 AM, darniz <rnizamud...@edmunds.com> wrote:
> > hello > i have a task where my user is giving me 20 words of english dictionary and > i have to run a program and generate a report with all stemmed words. > > I have to use EnglishPorterFilterFactory and SnowballPorterFilterFactory to > check which one is faster and gets the best results > > The EnglishPorterFilter is deprecated. It just creates the same stemmer as SnowballPorterFilter with language specified as english. Since you will end up creating the same class, there won't be a difference in performance. -- Regards, Shalin Shekhar Mangar.