Class porterStemmer

All Implemented Interfaces:
Serializable

public class porterStemmer 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
    • a_3

      private static final Among[] a_3
    • a_4

      private static final Among[] a_4
    • a_5

      private static final Among[] a_5
    • g_v

      private static final char[] g_v
    • g_v_WXY

      private static final char[] g_v_WXY
    • B_Y_found

      private boolean B_Y_found
    • I_p2

      private int I_p2
    • I_p1

      private int I_p1
  • Constructor Details

    • porterStemmer

      public porterStemmer()
  • Method Details

    • r_shortv

      private boolean r_shortv()
    • r_R1

      private boolean r_R1()
    • r_R2

      private boolean r_R2()
    • r_Step_1a

      private boolean r_Step_1a()
    • r_Step_1b

      private boolean r_Step_1b()
    • r_Step_1c

      private boolean r_Step_1c()
    • r_Step_2

      private boolean r_Step_2()
    • r_Step_3

      private boolean r_Step_3()
    • r_Step_4

      private boolean r_Step_4()
    • r_Step_5a

      private boolean r_Step_5a()
    • r_Step_5b

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