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