java.lang.ObjectA filter that stems Dutch 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 DutchStemmer).org.apache.lucene.analysis.TokenStream
org.apache.lucene.analysis.TokenFilter
org.apache.lucene.analysis.nl.DutchStemFilter
Edwin - de Jonge| Fields inherited from org.apache.lucene.analysis.TokenFilter: |
|---|
| input |
| Constructor: |
|---|
|
|
|
| Method from org.apache.lucene.analysis.nl.DutchStemFilter Summary: |
|---|
| next, setExclusionTable, setStemDictionary, 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.nl.DutchStemFilter Detail: |
|---|
|
|
|
|