Skip to content

Suffix not parse correctly in format "last_name Jr., first_name" #3

Closed
@derek73

Description

@derek73

https://code.google.com/p/python-nameparser/issues/detail?id=30

What steps will reproduce the problem?

  1. HumanName("John Smith Jr.")
  2. HumanName("Smith Jr., John")

What is the expected output?

<HumanName : [
    Title: '' 
    First: 'John' 
    Middle: '' 
    Last: 'Smith' 
    Suffix: 'Jr.'
]>

What do you see instead?

<HumanName : [
    Title: '' 
    First: 'John' 
    Middle: '' 
    Last: 'Smith Jr.' 
    Suffix: ''
]>

What version of the product are you using? On what operating system?
0.2.7, Python 2.7, Windows 7

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions