Class GreekStemmer
A stemmer for Greek words, according to: Development of a Stemmer for the
Greek Language.
Georgios Ntais
NOTE: Input is expected to be casefolded for Greek (including folding of final sigma to sigma), and with diacritics removed. This can be achieved with either GreekLowerCaseFilter or ICUFoldingFilter. @lucene.experimental
Inheritance
System.Object
GreekStemmer
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Lucene.Net.Analysis.Common.dll
Syntax
[Serializable]
public class GreekStemmer
Methods
Name | Description |
---|---|
Stem(Char[], Int32) | Stems a word contained in a leading portion of a char[] array. The word is passed through a number of rules that modify it's length. |