Class CzechStemFilter
A TokenFilter that applies CzechStemmer to stem Czech words.
To prevent terms from being stemmed use an instance of SetKeywordMarkerFilter or a custom TokenFilter that sets the KeywordAttribute before this TokenStream.
NOTE: Input is expected to be in lowercase, but with diacritical marks
Implements
IDisposable
Inherited Members
Namespace: Lucene.Net.Analysis.Cz
Assembly: Lucene.Net.Analysis.Common.dll
Syntax
public sealed class CzechStemFilter : TokenFilter, IDisposable
Constructors
| Improve this Doc View SourceCzechStemFilter(TokenStream)
Declaration
public CzechStemFilter(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