-
Notifications
You must be signed in to change notification settings - Fork 106
Closed
Description
The "Mx" title (https://en.wikipedia.org/wiki/Mx_(title)) is not recognised, it is instead parsed as a first name. Example below:
In [1]: from nameparser import HumanName
In [2]: HumanName('Ms A.J. Smith')
Out[2]:
<HumanName : [
title: 'Ms'
first: 'A.J.'
middle: ''
last: 'Smith'
suffix: ''
nickname: ''
]>
In [3]: HumanName('Mx A.J. Smith')
Out[3]:
<HumanName : [
title: ''
first: 'Mx'
middle: 'A.J.'
last: 'Smith'
suffix: ''
nickname: ''
]>
Metadata
Metadata
Assignees
Labels
No labels