Skip to content

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

Open
@evrial

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: ''
]>```

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions