Class FinnishStemmer

All Implemented Interfaces:
Serializable

public class FinnishStemmer extends SnowballStemmer
This class implements the stemming algorithm defined by a snowball script.

Generated by Snowball 2.0.0 - https://snowballstem.org/

See Also:
  • Constructor Details

    • FinnishStemmer

      public FinnishStemmer()
  • Method Details

    • r_LONG

      public boolean r_LONG()
    • r_VI

      public boolean r_VI()
    • stem

      public boolean stem()
      Specified by:
      stem in class SnowballStemmer
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object