Class basqueStemmer

All Implemented Interfaces:
Serializable

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

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

See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • a_0

      private static final Among[] a_0
    • a_1

      private static final Among[] a_1
    • a_2

      private static final Among[] a_2
    • g_v

      private static final char[] g_v
    • I_p2

      private int I_p2
    • I_p1

      private int I_p1
    • I_pV

      private int I_pV
  • Constructor Details

    • basqueStemmer

      public basqueStemmer()
  • Method Details

    • r_mark_regions

      private boolean r_mark_regions()
    • r_RV

      private boolean r_RV()
    • r_R2

      private boolean r_R2()
    • r_R1

      private boolean r_R1()
    • r_aditzak

      private boolean r_aditzak()
    • r_izenak

      private boolean r_izenak()
    • r_adjetiboak

      private boolean r_adjetiboak()
    • 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