Class GreekStemFilter
A Token
To prevent terms from being stemmed use an instance of
Set
NOTE: Input is expected to be casefolded for Greek (including folding of final
sigma to sigma), and with diacritics removed. This can be achieved by using
either Greek
Implements
IDisposable
Inherited Members
Namespace: Lucene.Net.Analysis.El
Assembly: Lucene.Net.Analysis.Common.dll
Syntax
public sealed class GreekStemFilter : TokenFilter, IDisposable
Constructors
| Improve this Doc View SourceGreekStemFilter(TokenStream)
Declaration
public GreekStemFilter(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