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
Afficher le fichier Open project: apache/lucenenet Class Usage Examples

Méthodes publiques

Méthode Description
GreekStemFilter ( TokenStream input ) : Lucene.Net.Analysis.Tokenattributes
IncrementToken ( ) : bool

Method Details

GreekStemFilter() public méthode

public GreekStemFilter ( TokenStream input ) : Lucene.Net.Analysis.Tokenattributes
input TokenStream
Résultat Lucene.Net.Analysis.Tokenattributes

IncrementToken() public méthode

public IncrementToken ( ) : bool
Résultat bool