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