Class IndonesianStemmer
Stemmer for Indonesian.
Stems Indonesian words with the algorithm presented in:
A Study of Stemming Effects on Information Retrieval in
Bahasa Indonesia
, Fadillah Z Tala.
http://www.illc.uva.nl/Publications/ResearchReports/MoL-2003-02.text.pdf
Inheritance
System.Object
IndonesianStemmer
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 IndonesianStemmer
Methods
Name | Description |
---|---|
Stem(Char[], Int32, Boolean) | Stem a term (returning its new length).
Use |