C# 클래스 SF.Snowball.SnowballProgram

This is the rev 500 of the snowball SVN trunk, but modified: made abstract and introduced abstract method stem to avoid expensive reflection in filter class
파일 보기 프로젝트 열기: synhershko/lucene.net 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
bra int
current System.Text.StringBuilder
cursor int
ket int
limit int
limit_backward int

공개 메소드들

메소드 설명
GetCurrent ( ) : System.String

Get the current string.

SetCurrent ( System value ) : void

Set the current string.

Stem ( ) : bool

보호된 메소드들

메소드 설명
SnowballProgram ( ) : System
assign_to ( System s ) : StringBuilder
copy_from ( SnowballProgram other ) : void
eq_s ( int s_size, System s ) : bool
eq_s_b ( int s_size, System s ) : bool
eq_v ( System s ) : bool
eq_v_b ( System s ) : bool
find_among ( Among v, int v_size ) : int
find_among_b ( Among v, int v_size ) : int
in_grouping ( char s, int min, int max ) : bool
in_grouping_b ( char s, int min, int max ) : bool
in_range ( int min, int max ) : bool
in_range_b ( int min, int max ) : bool
insert ( int c_bra, int c_ket, System s ) : void
out_grouping ( char s, int min, int max ) : bool
out_grouping_b ( char s, int min, int max ) : bool
out_range ( int min, int max ) : bool
out_range_b ( int min, int max ) : bool
replace_s ( int c_bra, int c_ket, System s ) : int
slice_check ( ) : void
slice_del ( ) : void
slice_from ( System s ) : void
slice_to ( System s ) : StringBuilder

메소드 상세

GetCurrent() 공개 메소드

Get the current string.
public GetCurrent ( ) : System.String
리턴 System.String

SetCurrent() 공개 메소드

Set the current string.
public SetCurrent ( System value ) : void
value System
리턴 void

SnowballProgram() 보호된 메소드

protected SnowballProgram ( ) : System
리턴 System

Stem() 공개 추상적인 메소드

public abstract Stem ( ) : bool
리턴 bool

assign_to() 보호된 메소드

protected assign_to ( System s ) : StringBuilder
s System
리턴 System.Text.StringBuilder

copy_from() 보호된 메소드

protected copy_from ( SnowballProgram other ) : void
other SnowballProgram
리턴 void

eq_s() 보호된 메소드

protected eq_s ( int s_size, System s ) : bool
s_size int
s System
리턴 bool

eq_s_b() 보호된 메소드

protected eq_s_b ( int s_size, System s ) : bool
s_size int
s System
리턴 bool

eq_v() 보호된 메소드

protected eq_v ( System s ) : bool
s System
리턴 bool

eq_v_b() 보호된 메소드

protected eq_v_b ( System s ) : bool
s System
리턴 bool

find_among() 보호된 메소드

protected find_among ( Among v, int v_size ) : int
v Among
v_size int
리턴 int

find_among_b() 보호된 메소드

protected find_among_b ( Among v, int v_size ) : int
v Among
v_size int
리턴 int

in_grouping() 보호된 메소드

protected in_grouping ( char s, int min, int max ) : bool
s char
min int
max int
리턴 bool

in_grouping_b() 보호된 메소드

protected in_grouping_b ( char s, int min, int max ) : bool
s char
min int
max int
리턴 bool

in_range() 보호된 메소드

protected in_range ( int min, int max ) : bool
min int
max int
리턴 bool

in_range_b() 보호된 메소드

protected in_range_b ( int min, int max ) : bool
min int
max int
리턴 bool

insert() 보호된 메소드

protected insert ( int c_bra, int c_ket, System s ) : void
c_bra int
c_ket int
s System
리턴 void

out_grouping() 보호된 메소드

protected out_grouping ( char s, int min, int max ) : bool
s char
min int
max int
리턴 bool

out_grouping_b() 보호된 메소드

protected out_grouping_b ( char s, int min, int max ) : bool
s char
min int
max int
리턴 bool

out_range() 보호된 메소드

protected out_range ( int min, int max ) : bool
min int
max int
리턴 bool

out_range_b() 보호된 메소드

protected out_range_b ( int min, int max ) : bool
min int
max int
리턴 bool

replace_s() 보호된 메소드

protected replace_s ( int c_bra, int c_ket, System s ) : int
c_bra int
c_ket int
s System
리턴 int

slice_check() 보호된 메소드

protected slice_check ( ) : void
리턴 void

slice_del() 보호된 메소드

protected slice_del ( ) : void
리턴 void

slice_from() 보호된 메소드

protected slice_from ( System s ) : void
s System
리턴 void

slice_to() 보호된 메소드

protected slice_to ( System s ) : StringBuilder
s System
리턴 System.Text.StringBuilder

프로퍼티 상세

bra 보호되어 있는 프로퍼티

protected int bra
리턴 int

current 보호되어 있는 프로퍼티

protected StringBuilder,System.Text current
리턴 System.Text.StringBuilder

cursor 보호되어 있는 프로퍼티

protected int cursor
리턴 int

ket 보호되어 있는 프로퍼티

protected int ket
리턴 int

limit 보호되어 있는 프로퍼티

protected int limit
리턴 int

limit_backward 보호되어 있는 프로퍼티

protected int limit_backward
리턴 int