Class 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
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Lucene.Net.Analysis.Common.dll
Syntax
[Serializable]
public sealed class GreekStemFilter : TokenFilter, IDisposable
Constructors
Name | Description |
---|---|
GreekStemFilter(TokenStream) |
Methods
Name | Description |
---|---|
IncrementToken() |