I am using Lucene 3.0 and I need Snowball analyzer for stemming that is compatible with Lucene 3.0. I searched in Google for an hour and I was unable to find a credible source. Please suggest a trusted location from which I can download snowball.dll .
In the Lucene 3.0.3 docs, SnowballAnalyzer is in:
org.apache.lucene.analysis.snowball.SnowballAnalyzer
with documentation at:
The Lucene download archives are at:
http://archive.apache.org/dist/lucene/java/
Near as I can tell, SnowballAnalyzer is part of the base Lucene package (i.e. not in contrib
).