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