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

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

Closed
derek73 opened this issue Jul 18, 2014 · 0 comments
Closed
Labels
Milestone

Comments

@derek73
Copy link
Owner

derek73 commented Jul 18, 2014

$ 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"

@derek73 derek73 added the bug label Jul 18, 2014
@derek73 derek73 closed this as completed in c9b258c Aug 6, 2015
@derek73 derek73 added this to the v0.3.6 milestone Aug 6, 2015
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

1 participant