Coverage for /pythoncovmergedfiles/medio/medio/usr/local/lib/python3.11/site-packages/nameparser/config/conjunctions.py: 100%

Shortcuts on this page

r m x   toggle line displays

j k   next/prev highlighted chunk

0   (zero) top of page

1   (one) first highlighted chunk

2 statements  

1CONJUNCTIONS = { 

2 '&', 

3 'and', 

4 'et', 

5 'e', 

6 'of', 

7 'the', 

8 'und', 

9 'y', 

10} 

11""" 

12Pieces that should join to their neighboring pieces, e.g. "and", "y" and "&". 

13"of" and "the" are also include to facilitate joining multiple titles, 

14e.g. "President of the United States". 

15"""