yhydhx / python-nameparser

Automatically exported from code.google.com/p/python-nameparser
Other
0 stars 0 forks source link

Breaks on sample cases #18

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
Case that causes a bug:
Scott, Ben

What is the expected output? What do you see instead?
Throws an exception - "IndexError: pop index out of range"
<HumanName : [
    Title: '' 
    First: 'Ben' 
    Middle: '' 
    Last: 'Scott' 
    Suffix: ''
]>
What version of the product are you using? On what operating system?
0.2.0

Please provide any additional information below.

Original issue reported on code.google.com by pratikta...@gmail.com on 30 Apr 2012 at 11:47

GoogleCodeExporter commented 9 years ago
This is because "ben" is also a conjunction. Marking as duplicate 

Original comment by dere...@gmail.com on 7 Oct 2012 at 10:55