Beispiel #1
0
 def stopwords(self):
     return get_wordlist(self.lang, 'stop')
Beispiel #2
0
 def blacklist(self):
     return get_wordlist(self.lang, 'blacklist')