public Tokenizer(HashSet <string> stopWords) { _stopWords = stopWords; _stemmer = new Stemmer(); //Create an instance of the Stemmer class }