def test_1(self):
     self.assertEqual(extract_entities.extract_people('From Henry de Curcy 5 marks of a fine for trespass.'),
                      'Henry de Curcy')
 def test_13(self):
     self.assertEqual(extract_entities.extract_people('Ralph de Monthermer, earl, and J. his wife, £6 of the '
                                                      'arrears of their account by F., seneschal.'),
                      'Ralph de Monthermer, earl;F., seneschal')
 def test_14(self):
     self.assertEqual(extract_entities.extract_people('The villata of Loughsewdy, 30s. for the escape of Reginald '
                                                      'le Tanner.'),
                      'Reginald le Tanner')
 def test_2(self):
     self.assertEqual(extract_entities.extract_people(
         'John Maungne, 10s. for him and his pledges, for he came not though mainperned.'),
         'John Maungne')
 def test_12(self):
     self.assertEqual(extract_entities.extract_people('Roger Roth, sheriff, £20 of debts of divers persons.'),
                      'Roger Roth, sheriff')
 def test_17(self):
     self.assertEqual(extract_entities.extract_people('Master Nicholas de Exeter, archdeacon of Ossory, one mark '
                                                      'for himself and his pledges, as he did not prosecute.'),
                      'Master Nicholas de Exeter, archdeacon of Ossory')
 def test_19(self):
     self.assertEqual(extract_entities.extract_people('Of the issues of the lands late of Cristiana de Mariscis at '
                                                      'Killimen [?], 40s., by William Molroni.'),
                      'Cristiana de Mariscis at Killimen;William Molroni')
 def test_7(self):
     self.assertEqual(extract_entities.extract_people('Of profit of the county, 46s.8d. by William de Cauntone, '
                                                      'sheriff.'),
                      'William de Cauntone, sheriff')
 def test_8(self):
     self.assertEqual(extract_entities.extract_people('Thomas de Salop, chaplain, ½ mark as he did not have a '
                                                      'warrant of the king’s service.'),
                      'Thomas de Salop, chaplain')
Esempio n. 10
0
 def test_5(self):
     self.assertEqual(extract_entities.extract_people('Richard fitz John, ½ mark to have a writ.'),
                      'Richard fitz John')
Esempio n. 11
0
 def test_6(self):
     self.assertEqual(extract_entities.extract_people('William de Cauntone, sheriff, £20 for debts of divers '
                                                      'persons.'),
                      'William de Cauntone, sheriff')
Esempio n. 12
0
 def test_4(self):
     self.assertEqual(extract_entities.extract_people('John Ringere, 1 mark for a false claim against J. de '
                                                      'Fresingfeld.'), 'John Ringere;J. de Fresingfeld')
Esempio n. 13
0
 def test_3(self):
     self.assertEqual(extract_entities.extract_people('William de Kent, 10s., for him and his pledges likewise.'),
                      'William de Kent')
Esempio n. 14
0
 def test_23(self):
     self.assertEqual(extract_entities.extract_people(
         'Robert de Maundeville and Roger de Burford, 26s.8d. of a fine for trespass.'),
                      'Robert de Maundeville;Roger de Burford')
Esempio n. 15
0
 def test_15(self):
     self.assertEqual(extract_entities.extract_people('William le Blund de Otimi, 53s.4d. of a fine for trespass.'),
                      'William le Blund de Otimi')
Esempio n. 16
0
 def test_9(self):
     self.assertEqual(extract_entities.extract_people('Richard, vicar of the church of Moling, 20d. for unjust '
                                                      'detention.'),
                      'Richard, vicar of the church of Moling')
Esempio n. 17
0
 def test_16(self):
     self.assertEqual(extract_entities.extract_people('Nicholas, archbishop of Armagh, £10 of a fine for trespass.'),
                      'Nicholas, archbishop of Armagh')
Esempio n. 18
0
 def test_10(self):
     self.assertEqual(extract_entities.extract_people('Farm of the lands of Thomas de Arundel, 20s. by Richard '
                                                      'Botild.'),
                      'Thomas de Arundel;Richard Botild')
Esempio n. 19
0
 def test_18(self):
     self.assertEqual(extract_entities.extract_people('Roger de Novo Castro, an Irishman, 20s. for having entry on '
                                                      'his tenements at Swords.', ),
                      'Roger de Novo Castro')
Esempio n. 20
0
 def test_11(self):
     self.assertEqual(extract_entities.extract_people('Farm of the mills of Taghyanewy, 10s. by Edusam Inmaulouz.'),
                      'Edusam Inmaulouz')
Esempio n. 21
0
 def test_20(self):
     self.assertEqual(extract_entities.extract_people('Richard de Peveneseie, seneschal, 10 marks of the arrears '
                                                      'of his account for John fitz H., by John fitz John de la '
                                                      'Hide.'),
                      'Richard de Peveneseie, seneschal;John fitz H.;John fitz John de la Hide')
Esempio n. 22
0
 def test_22(self):
     self.assertEqual(extract_entities.extract_people('Ralph the baker [pistor] of Drogheda, 20d. of a fine for '
                                                      'trespass.'),
                      'Ralph the baker')