예제 #1
0
파일: test_corpus.py 프로젝트: mcneela/cltk
 def test_get_epithets(self):
     """Test get_epithets()."""
     epithets = get_epithets()
     self.assertEqual(epithets[:2], ['Alchemistae', 'Apologetici'])
예제 #2
0
파일: test_corpus.py 프로젝트: ykl7/cltk
 def test_get_epithets(self):
     """Test get_epithets()."""
     epithets = get_epithets()
     self.assertEqual(epithets[:2], ['Alchemistae', 'Apologetici'])
예제 #3
0
 def test_get_epithets(self):
     """Test get_epithets()."""
     epithets = get_epithets()
     self.assertEqual(epithets[:2], ["Alchemistae", "Apologetici"])