示例#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();
 }
示例#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();
 }