Exemplo n.º 1
0
 def stopwords(self):
     return get_wordlist(self.lang, 'stop')
Exemplo n.º 2
0
 def blacklist(self):
     return get_wordlist(self.lang, 'blacklist')