net.sf.snowball
public class SnowballProgram extends Object
Field Summary | |
---|---|
protected int | bra |
protected StringBuffer | current |
protected int | cursor |
protected int | ket |
protected int | limit |
protected int | limit_backward |
Constructor Summary | |
---|---|
protected | SnowballProgram() |
Method Summary | |
---|---|
protected StringBuffer | assign_to(StringBuffer s) |
protected void | copy_from(SnowballProgram other) |
protected boolean | eq_s(int s_size, String s) |
protected boolean | eq_s_b(int s_size, String s) |
protected boolean | eq_v(StringBuffer s) |
protected boolean | eq_v_b(StringBuffer s) |
protected int | find_among(Among[] v, int v_size) |
protected int | find_among_b(Among[] v, int v_size) |
String | getCurrent()
Get the current string. |
protected void | insert(int c_bra, int c_ket, String s) |
protected void | insert(int c_bra, int c_ket, StringBuffer s) |
protected boolean | in_grouping(char[] s, int min, int max) |
protected boolean | in_grouping_b(char[] s, int min, int max) |
protected boolean | in_range(int min, int max) |
protected boolean | in_range_b(int min, int max) |
protected boolean | out_grouping(char[] s, int min, int max) |
protected boolean | out_grouping_b(char[] s, int min, int max) |
protected boolean | out_range(int min, int max) |
protected boolean | out_range_b(int min, int max) |
protected int | replace_s(int c_bra, int c_ket, String s) |
void | setCurrent(String value)
Set the current string. |
protected void | slice_check() |
protected void | slice_del() |
protected void | slice_from(String s) |
protected void | slice_from(StringBuffer s) |
protected StringBuffer | slice_to(StringBuffer s) |