Ejemplo n.º 1
0
 def stopwords(self):
     return get_wordlist(self.lang, 'stop')
Ejemplo n.º 2
0
 def frequencies(self):
     return get_wordlist(self.lang, 'frequencies')
Ejemplo n.º 3
0
 def blacklist(self):
     return get_wordlist(self.lang, 'blacklist')
Ejemplo n.º 4
0
 def blacklist(self):
     return get_wordlist(self.lang, "blacklist")
Ejemplo n.º 5
0
 def stopwords(self):
     return get_wordlist(self.lang, 'stop')
Ejemplo n.º 6
0
 def blacklist(self):
     return get_wordlist(self.lang, 'blacklist')
Ejemplo n.º 7
0
 def frequencies(self):
     return get_wordlist(self.lang, 'frequencies')