示例#1
0
 public AnalyzerAnonymousInnerClassHelper2(EdgeNGramTokenizerTest outerInstance)
 {
     this.outerInstance = outerInstance;
 }
示例#2
0
 public AnalyzerAnonymousInnerClassHelper(EdgeNGramTokenizerTest outerInstance, int min, int max)
 {
     this.outerInstance = outerInstance;
     this.min           = min;
     this.max           = max;
 }