Ejemplo n.º 1
0
 /// <summary>
 /// The constructor is private so that only the class itself can create an instance.
 /// </summary>
 private Stemming()
 {
     en=new EnglishStemming();
     gr=new GreekStemming();
 }
Ejemplo n.º 2
0
 /// <summary>
 /// The constructor is private so that only the class itself can create an instance.
 /// </summary>
 private Stemming()
 {
     en = new EnglishStemming();
     gr = new GreekStemming();
 }