java.lang.ObjectFilters StandardTokenizer with StandardFilter , LowerCaseFilter , StopFilter and SnowballFilter . Available stemmers are listed in net.sf.snowball.ext . The name of a stemmer is the part of the class name before "Stemmer", e.g., the stemmer in org.tartarus.snowball.ext.EnglishStemmer is named "English".org.apache.lucene.analysis.Analyzer
org.apache.lucene.analysis.snowball.SnowballAnalyzer
| Constructor: |
|---|
|
|
| Method from org.apache.lucene.analysis.snowball.SnowballAnalyzer Summary: |
|---|
| tokenStream |
| Methods from org.apache.lucene.analysis.Analyzer: |
|---|
| close, getPositionIncrementGap, getPreviousTokenStream, reusableTokenStream, setPreviousTokenStream, tokenStream |
| Methods from java.lang.Object: |
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from org.apache.lucene.analysis.snowball.SnowballAnalyzer Detail: |
|---|
|