java.lang.ObjectAnalyzer for Dutch language. Supports an external list of stopwords (words that will not be indexed at all), an external list of exclusions (word that will not be stemmed, but indexed) and an external list of word-stem pairs that overrule the algorithm (dictionary stemming). A default set of stopwords is used unless an alternative list is specified, the exclusion list is empty by default.org.apache.lucene.analysis.Analyzer
org.apache.lucene.analysis.nl.DutchAnalyzer
Edwin - de Jonge| Field Summary | ||
|---|---|---|
| public static final String[] | DUTCH_STOP_WORDS | List of typical Dutch stopwords. |
| Constructor: |
|---|
|
|
|
|
| Method from org.apache.lucene.analysis.nl.DutchAnalyzer Summary: |
|---|
| setStemDictionary, setStemExclusionTable, setStemExclusionTable, setStemExclusionTable, tokenStream |
| Methods from org.apache.lucene.analysis.Analyzer: |
|---|
| 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.nl.DutchAnalyzer Detail: |
|---|
|
|
|
|
|