public final class SnowballAnalyzer
extends org.apache.lucene.analysis.snowball.SnowballAnalyzer
A Snowball Analyzer for English word stemming. See Porter and
Snowball stemming algorithm documentation. Simply delegates to the Lucene SnowballAnalyzer English
implementation from org.tartarus.snowball.
Author:
John Weatherley
Field Summary
Fields inherited from class org.apache.lucene.analysis.Analyzer
overridesTokenStreamMethod
Method Summary
Methods inherited from class org.apache.lucene.analysis.snowball.SnowballAnalyzer
reusableTokenStream, tokenStream
Methods inherited from class org.apache.lucene.analysis.Analyzer