Class indonesianStemmer


  • public class indonesianStemmer
    extends Object
    This class implements the stemming algorithm defined by a snowball script.
    • Constructor Detail

      • indonesianStemmer

        public indonesianStemmer()
    • Method Detail

      • stem

        public boolean stem()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • setCurrent

        public void setCurrent​(String value)
        Set the current string.
      • getCurrent

        public String getCurrent()
        Get the current string.