java.lang.ObjectA filter that stems German words. It supports a table of words that should not be stemmed at all. The stemmer used can be changed at runtime after the filter object is created (as long as it is a GermanStemmer).org.apache.lucene.analysis.TokenStream
org.apache.lucene.analysis.TokenFilter
org.apache.lucene.analysis.de.GermanStemFilter
$ - Id: GermanStemFilter.java 564236 2007-08-09 15:21:19Z gsingers $| Fields inherited from org.apache.lucene.analysis.TokenFilter: |
|---|
| input |
| Constructor: |
|---|
|
|
| Method from org.apache.lucene.analysis.de.GermanStemFilter Summary: |
|---|
| next, setExclusionSet, setStemmer |
| Methods from org.apache.lucene.analysis.TokenFilter: |
|---|
| close |
| Methods from org.apache.lucene.analysis.TokenStream: |
|---|
| close, next, next, reset |
| Methods from java.lang.Object: |
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from org.apache.lucene.analysis.de.GermanStemFilter Detail: |
|---|
|
|
|