Coverage for src/wiktextract/extractor/en/form_descriptions_known_firsts.py: 100%

3 statements  

« prev     ^ index     » next       coverage.py v7.6.4, created at 2024-10-25 10:11 +0000

1# Temporary file to avoid circular dependencies between form_descriptions 

2# and english_words 

3from .taxondata import known_firsts 

4 

5# Add some additional known taxonomic species names. Adding the family name 

6# here may be the answer if a taxonomic name goes in "alt". 

7known_firsts.update( 

8 [ 

9 "Aglaope", 

10 "Albulidae", 

11 "Alphonsus", 

12 "Artipus", 

13 "Bubo", 

14 "Busycotypus", 

15 "Callistosporium", 

16 "Caprobrotus", 

17 "Chaetodontinae", 

18 "Chalchicuautla", 

19 "Citriobatus", 

20 "Citrofortunella", 

21 "Coriandum", 

22 "Eriophyes", 

23 "Fulgar", 

24 "Lagerstomia", 

25 "Lyssavirus", 

26 "Maulisa", 

27 "Megamimivirinae", 

28 "Mercenaria", 

29 "Monetaria", 

30 "Mugillidae", 

31 "Ogcocephalus", 

32 "Onchorhynchus", 

33 "Plebidonax", 

34 "Poncirus", 

35 "Rugosomyces", 

36 "Tanagra", 

37 ] 

38) 

39# Some starts are only recognized as exact known species due to too many false 

40# positives 

41known_firsts = known_firsts - set(["The"])