Class CzechStemFilter
A Token
To prevent terms from being stemmed use an instance of
Set
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 |
---|---|---|
Token |
input |
Methods
| Improve this Doc View SourceIncrementToken()
Declaration
public override bool IncrementToken()
Returns
Type | Description |
---|---|
System. |
Overrides
Implements
IDisposable