def plot_common_tokens(self, n_tokens): # Remove common stopwords fd = nltk.FreqDist(w for w in self.alpha_tokens if w not in s) fd.plot(n_tokens)