Exemplo n.º 1
0
 def test_returns_non_empty_set(self):
     stopwords = get_stopwords('english')
     self.assertGreater(len(stopwords), 0)
Exemplo n.º 2
0
 def setUpClass(cls):
     cls.stopwords = get_stopwords('english')