Class GermanStemFilter
A TokenFilter 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).
To prevent terms from being stemmed use an instance of SetKeywordMarkerFilter or a custom TokenFilter that sets the KeywordAttribute before this TokenStream.
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Lucene.Net.Analysis.Common.dll
Syntax
[Serializable]
public sealed class GermanStemFilter : TokenFilter, IDisposable
Constructors
Name | Description |
---|---|
GermanStemFilter(TokenStream) | Creates a GermanStemFilter instance |
Properties
Name | Description |
---|---|
Stemmer | Set a alternative/custom GermanStemmer for this filter. |
Methods
Name | Description |
---|---|
IncrementToken() |