Class GermanMinimalStemFilter
A TokenFilter that applies GermanMinimalStemmer to stem German words.
To prevent terms from being stemmed use an instance of SetKeywordMarkerFilter or a custom TokenFilter that sets the KeywordAttribute before this TokenStream.
Implements
IDisposable
  Inherited Members
Namespace: Lucene.Net.Analysis.De
Assembly: Lucene.Net.Analysis.Common.dll
Syntax
public sealed class GermanMinimalStemFilter : TokenFilter, IDisposable
  Constructors
| Improve this Doc View SourceGermanMinimalStemFilter(TokenStream)
Declaration
public GermanMinimalStemFilter(TokenStream input)
  Parameters
| Type | Name | Description | 
|---|---|---|
| TokenStream | input | 
Methods
| Improve this Doc View SourceIncrementToken()
Declaration
public override bool IncrementToken()
  Returns
| Type | Description | 
|---|---|
| System.Boolean | 
Overrides
Implements
      IDisposable