Class irishStemmer


  • public class irishStemmer
    extends Object
    This class was automatically generated by a Snowball to Java compiler It implements the stemming algorithm defined by a snowball script.
    • Constructor Detail

      • irishStemmer

        public irishStemmer()
    • 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.