Skip to content
New issue

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

Multi-part last names following prefix #23

Closed
bakoontz opened this issue Sep 30, 2014 · 1 comment
Closed

Multi-part last names following prefix #23

bakoontz opened this issue Sep 30, 2014 · 1 comment
Assignees
Labels
Milestone

Comments

@bakoontz
Copy link

The parser doesn't appear to capture multi-part last names following a prefix, such as

Pennie von Bergen Wessel

Any strings following a prefix should be classified as a last name, not a middle name as below:

[u'wessels', u'pennie']
{'C': <Constants() instance>,
'ENCODING': u'utf-8',
'_full_name': u'pennie von bergen wessels',
'count': 0,
'first_list': [u'pennie'],
'last_list': [u'wessels'],
'middle_list': [u'von bergen'],
'nickname_list': [],
'original': u'pennie von bergen wessels',
'string_format': None,
'suffix_list': [],
'title_list': [],
'unparsable': False}

@derek73
Copy link
Owner

derek73 commented Oct 1, 2014

You're correct the parser does not currently handle this correctly. Makes sense, it should work that way, thanks for pointing it out. Seems pretty doable to fix it but it will probably be a little while before I can get to it.

@derek73 derek73 closed this as completed in de47a19 Aug 4, 2015
@derek73 derek73 added this to the v0.3.5 milestone Aug 4, 2015
@derek73 derek73 added the bug label Aug 4, 2015
@derek73 derek73 self-assigned this Aug 4, 2015
derek73 added a commit that referenced this issue Aug 31, 2018
while continuing to support multiple names after a prefix #23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants