Exemplo n.º 1
0
 public AnalyzerAnonymousInnerClassHelper2(EdgeNGramTokenizerTest outerInstance)
 {
     this.outerInstance = outerInstance;
 }
Exemplo n.º 2
0
 public AnalyzerAnonymousInnerClassHelper(EdgeNGramTokenizerTest outerInstance, int min, int max)
 {
     this.outerInstance = outerInstance;
     this.min           = min;
     this.max           = max;
 }