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
This parses as
<HumanName : [ title: '' first: 'Lorenzo' middle: 'de'' last: 'Medici' suffix: '' nickname: '' ]>
where I believe that last: should = de' Medici and middle should = ''
Thoughts?
The text was updated successfully, but these errors were encountered:
I've looked on linked-in and have discovered some de' Medici in that community.
Sorry, something went wrong.
I'm working with nameparser==1.0.5
Oops. I did not test before touching this. In 1.0.6 this case does not seem to be fixed.
5c5b3b6
No branches or pull requests
This parses as
<HumanName : [
title: ''
first: 'Lorenzo'
middle: 'de''
last: 'Medici'
suffix: ''
nickname: ''
]>
where I believe that last: should = de' Medici and middle should = ''
Thoughts?
The text was updated successfully, but these errors were encountered: