We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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: '' ]>
The text was updated successfully, but these errors were encountered:
I've noticed the same issue with Mz. --> I'm going to create a separate issue for it.
Mz.
Sorry, something went wrong.
You can add to constants and the titles in the nonbinary universe
@evrial its perfectly reasonable to request that this is implemented in the package itself, rather than as a local modification, as detailed here https://github.com/derek73/python-nameparser#contributing
0c037cb
No branches or pull requests
The "Mx" title (https://en.wikipedia.org/wiki/Mx_(title)) is not recognised, it is instead parsed as a first name. Example below:
The text was updated successfully, but these errors were encountered: