public static CueWords getInstance(string stopWordsFilename) { if (stopWords == null) stopWords = new CueWords(stopWordsFilename); return (stopWords); }
public static CueWords getInstance(string stopWordsFilename) { if (stopWords == null) { stopWords = new CueWords(stopWordsFilename); } return(stopWords); }