def stopwords(self): return get_wordlist(self.lang, 'stop')
def blacklist(self): return get_wordlist(self.lang, 'blacklist')