Class HindiStemmer


  • public class HindiStemmer
    extends java.lang.Object
    Light Stemmer for Hindi.

    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 Summary

      Constructors 
      Constructor Description
      HindiStemmer()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int stem​(char[] buffer, int len)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • HindiStemmer

        public HindiStemmer()
    • Method Detail

      • stem

        public int stem​(char[] buffer,
                        int len)