Re: How to intergrate snowball in lucene

2006-03-06 Thread Erik Hatcher
On Mar 6, 2006, at 6:30 AM, Haritha_Parvatham wrote: Hi kimber, Thanks for replying my query.I have downloaded the snowball.After building it ,What is the next step.How to inplement snowball in lucene.pls reply Simply use the SnowballAnalyzer that is part of the JAR file that got built. It

RE: How to intergrate snowball in lucene

2006-03-06 Thread Haritha_Parvatham
-user@lucene.apache.org Subject: Re: How to intergrate snowball in lucene Hi You should download the snowball contribution which is in the SubVersion repository: http://svn.apache.org/repos/asf/lucene/java/trunk/contrib/snowball This can be built using ANT. Patrick On 06/03/06

Re: How to intergrate snowball in lucene

2006-03-06 Thread Patrick Kimber
Hi You should download the snowball contribution which is in the SubVersion repository: http://svn.apache.org/repos/asf/lucene/java/trunk/contrib/snowball This can be built using ANT. Patrick On 06/03/06, Haritha_Parvatham <[EMAIL PROTECTED]> wrote: > Hi, > Can anyone giude me to intergrate s