DLESE Tools
v1.6.0

org.dlese.dpc.index.analysis
Class SnowballAnalyzer

java.lang.Object
  extended by org.apache.lucene.analysis.Analyzer
      extended by org.apache.lucene.analysis.snowball.SnowballAnalyzer
          extended by org.dlese.dpc.index.analysis.SnowballAnalyzer
All Implemented Interfaces:
Closeable

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
close, getOffsetGap, getPositionIncrementGap, getPreviousTokenStream, setOverridesTokenStreamMethod, setPreviousTokenStream
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 


DLESE Tools
v1.6.0