C# Class Lucene.Net.Analysis.El.GreekStemFilter

A TokenFilter that applies GreekStemmer to stem Greek 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 casefolded for Greek (including folding of final sigma to sigma), and with diacritics removed. This can be achieved by using either GreekLowerCaseFilter or ICUFoldingFilter before GreekStemFilter. @lucene.experimental

Inheritance: TokenFilter
Exibir arquivo Open project: apache/lucenenet Class Usage Examples

Public Methods

Method Description
GreekStemFilter ( TokenStream input ) : Lucene.Net.Analysis.Tokenattributes
IncrementToken ( ) : bool

Method Details

GreekStemFilter() public method

public GreekStemFilter ( TokenStream input ) : Lucene.Net.Analysis.Tokenattributes
input TokenStream
return Lucene.Net.Analysis.Tokenattributes

IncrementToken() public method

public IncrementToken ( ) : bool
return bool