python-nameparser
python-nameparser copied to clipboard
Wrong parsing of vietnamese names
Hi guys it seems that the parser does not work with vietnamese names where Nguyen would be the last name.
`from nameparser import HumanName
name = HumanName('Nguyễn Thị Minh Khai') name`
Kind regards
Kevin