org.apache.lucene.analysis.de
public class GermanAnalyzer extends Analyzer
Version: $Id: GermanAnalyzer.java,v 1.17 2004/07/10 06:19:01 otis Exp $
Constructor Summary | |
---|---|
GermanAnalyzer()
Builds an analyzer. | |
GermanAnalyzer(String[] stopwords)
Builds an analyzer with the given stop words. | |
GermanAnalyzer(Hashtable stopwords)
Builds an analyzer with the given stop words. | |
GermanAnalyzer(File stopwords)
Builds an analyzer with the given stop words. |
Method Summary | |
---|---|
void | setStemExclusionTable(String[] exclusionlist)
Builds an exclusionlist from an array of Strings. |
void | setStemExclusionTable(Hashtable exclusionlist)
Builds an exclusionlist from a Hashtable. |
void | setStemExclusionTable(File exclusionlist)
Builds an exclusionlist from the words contained in the given file. |
TokenStream | tokenStream(String fieldName, Reader reader)
Creates a TokenStream which tokenizes all the text in the provided Reader.
|
Returns: A TokenStream build from a StandardTokenizer filtered with StandardFilter, LowerCaseFilter, StopFilter, GermanStemFilter