Class SnowballProgram

java.lang.Object
org.tartarus.snowball.SnowballProgram
Direct Known Subclasses:
SnowballStemmer

public class SnowballProgram extends Object
  • Field Details

    • current

      protected StringBuffer current
    • cursor

      protected int cursor
    • limit

      protected int limit
    • limit_backward

      protected int limit_backward
    • bra

      protected int bra
    • ket

      protected int ket
  • Constructor Details

    • SnowballProgram

      protected SnowballProgram()
  • Method Details

    • setCurrent

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

      public String getCurrent()
      Get the current string.
    • copy_from

      protected void copy_from(SnowballProgram other)
    • in_grouping

      protected boolean in_grouping(char[] s, int min, int max)
    • in_grouping_b

      protected boolean in_grouping_b(char[] s, int min, int max)
    • out_grouping

      protected boolean out_grouping(char[] s, int min, int max)
    • out_grouping_b

      protected boolean out_grouping_b(char[] s, int min, int max)
    • in_range

      protected boolean in_range(int min, int max)
    • in_range_b

      protected boolean in_range_b(int min, int max)
    • out_range

      protected boolean out_range(int min, int max)
    • out_range_b

      protected boolean out_range_b(int min, int max)
    • eq_s

      protected boolean eq_s(int s_size, String s)
    • eq_s_b

      protected boolean eq_s_b(int s_size, String s)
    • eq_v

      protected boolean eq_v(CharSequence s)
    • eq_v_b

      protected boolean eq_v_b(CharSequence s)
    • find_among

      protected int find_among(Among[] v, int v_size)
    • find_among_b

      protected int find_among_b(Among[] v, int v_size)
    • replace_s

      protected int replace_s(int c_bra, int c_ket, String s)
    • slice_check

      protected void slice_check()
    • slice_from

      protected void slice_from(String s)
    • slice_from

      protected void slice_from(CharSequence s)
    • slice_del

      protected void slice_del()
    • insert

      protected void insert(int c_bra, int c_ket, String s)
    • insert

      protected void insert(int c_bra, int c_ket, CharSequence s)
    • slice_to

      protected StringBuffer slice_to(StringBuffer s)
    • slice_to

      protected StringBuilder slice_to(StringBuilder s)
    • assign_to

      protected StringBuffer assign_to(StringBuffer s)
    • assign_to

      protected StringBuilder assign_to(StringBuilder s)