コード例 #1
0
ファイル: test_corpus.py プロジェクト: ykl7/cltk
 def test_select_authors_by_epithet(self):
     """Test select_authors_by_epithet()."""
     authors = select_authors_by_epithet('Apologetici')
     self.assertEqual(len(authors), 9)
コード例 #2
0
ファイル: test_corpus.py プロジェクト: mcneela/cltk
 def test_select_authors_by_epithet(self):
     """Test select_authors_by_epithet()."""
     authors = select_authors_by_epithet('Apologetici')
     self.assertEqual(len(authors), 9)