Skip to content

last name + first name + optional patronymic, Russian name order #85

Description

@evrial

I know this could be very tricky to implement right, but this case is very common in slavic names https://www.kmu.gov.ua/en/team

HumanName('Ivanov Ivan Ivanovich')
Out[64]:
<HumanName : [
	title: '' 
	first: 'Ivanov' 
	middle: 'Ivan' 
	last: 'Ivanovich' 
	suffix: ''
	nickname: ''
]>

In [65]:
HumanName('Ivanov Ivan')
Out[65]:
<HumanName : [
	title: '' 
	first: 'Ivanov' 
	middle: '' 
	last: 'Ivan' 
	suffix: ''
	nickname: ''
]>

In [66]:
HumanName('Ivan Ivanov')
Out[66]:
<HumanName : [
	title: '' 
	first: 'Ivan' 
	middle: '' 
	last: 'Ivanov' 
	suffix: ''
	nickname: ''
]>```

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Projects

No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions