java.lang.ObjectAnalyzer for German language. Supports an external list of stopwords (words that will not be indexed at all) and an external list of exclusions (word that will not be stemmed, but indexed). 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.de.GermanAnalyzer
$ - Id: GermanAnalyzer.java 564236 2007-08-09 15:21:19Z gsingers $| Field Summary | ||
|---|---|---|
| public static final String[] | GERMAN_STOP_WORDS | List of typical german stopwords. |
| Constructor: |
|---|
GERMAN_STOP_WORDS). |
|
|
|
| Method from org.apache.lucene.analysis.de.GermanAnalyzer Summary: |
|---|
| 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.de.GermanAnalyzer Detail: |
|---|
|
|
|
|