public class HindiStemmer
extends java.lang.Object
Implements the algorithm specified in: A Lightweight Stemmer for Hindi Ananthakrishnan Ramanathan and Durgesh D Rao. http://computing.open.ac.uk/Sites/EACLSouthAsia/Papers/p6-Ramanathan.pdf
Constructor and Description |
---|
HindiStemmer() |
Modifier and Type | Method and Description |
---|---|
int |
stem(char[] buffer,
int len) |