A 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).
Namespace: Lucene.Net.Analysis.DeAssembly: Lucene.Net.Contrib.Analyzers (in Lucene.Net.Contrib.Analyzers.dll) Version: 2.9.2.1 (2.9.2.1)
Syntax
C# |
---|
public sealed class GermanStemFilter : TokenFilter |
Visual Basic |
---|
Public NotInheritable Class GermanStemFilter _ Inherits TokenFilter |
Visual C++ |
---|
public ref class GermanStemFilter sealed : public TokenFilter |
Inheritance Hierarchy
System..::..Object
Lucene.Net.Util..::..AttributeSource
Lucene.Net.Analysis..::..TokenStream
Lucene.Net.Analysis..::..TokenFilter
Lucene.Net.Analysis.De..::..GermanStemFilter
Lucene.Net.Util..::..AttributeSource
Lucene.Net.Analysis..::..TokenStream
Lucene.Net.Analysis..::..TokenFilter
Lucene.Net.Analysis.De..::..GermanStemFilter