Skip to content

should support for titles that start with a conjunction, e.g. "The Rt Hon" #20

Closed
@derek73

Description

@derek73
$ python tests.py "The Rt Hon John Jones"
<HumanName : [
    title: 'Hon' 
    first: '' 
    middle: '' 
    last: 'John' 
    suffix: ''
    nickname: ''
]>

Should be:

$ python tests.py "The Rt Hon John Jones"
<HumanName : [
    title: 'The Rt Hon' 
    first: 'John' 
    middle: '' 
    last: 'Jones' 
    suffix: ''
    nickname: ''
]>

Fix the test test_conjunction_before_title()

Don't break "E Jones"

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions