コード例 #1
0
ファイル: test_utils.py プロジェクト: stahlkopf/summarize
 def test_returns_non_empty_set(self):
     stopwords = get_stopwords('english')
     self.assertGreater(len(stopwords), 0)
コード例 #2
0
ファイル: test_utils.py プロジェクト: stahlkopf/summarize
 def setUpClass(cls):
     cls.stopwords = get_stopwords('english')