9 using System.Collections.Generic;
12 namespace TraceLab.Components.DevelopmentKit.Preprocessors.Stemmers.Snowball.Languages
19 public readonly
char[]
s;
22 public delegate
bool boolDel();
25 public Among(
string s,
int substring_i,
int result, boolDel linkMethod)
27 this.s_size = s.Length;
28 this.s = s.ToCharArray();
29 this.substring_i = substring_i;
31 this.method = linkMethod;