You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@lucene.apache.org by Kamal Najib <ka...@mytum.de> on 2009/05/11 15:08:28 UTC

how to do stemming?

will the anlyzer now do stemming, if i do the folow:
analyzer = new StandardAnalyzer();
analyzer=AnalyzerUtil.getPorterStemmerAnalyzer(analyzer);
thanks.
Kamal.
-- 


-- 


Re: how to do stemming?

Posted by Ian Lea <ia...@gmail.com>.
Yep, I reckon so.

btw a Google search for something like lucene stemming gets hits,
including a couple of articles about stemming.  Might be worth a look.

--
Ian.


On Mon, May 11, 2009 at 2:08 PM, Kamal Najib <ka...@mytum.de> wrote:
> will the anlyzer now do stemming, if i do the folow:
> analyzer = new StandardAnalyzer();
> analyzer=AnalyzerUtil.getPorterStemmerAnalyzer(analyzer);
> thanks.
> Kamal.
> --

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-user-help@lucene.apache.org