org.dlese.dpc.index.analysis
Class SnowballAnalyzer
java.lang.Object
org.apache.lucene.analysis.Analyzer
org.apache.lucene.analysis.snowball.SnowballAnalyzer
org.dlese.dpc.index.analysis.SnowballAnalyzer
- All Implemented Interfaces:
- Closeable
public final class SnowballAnalyzer
- extends 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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |