Identify given/family names and capitalize correctly
Identify given/family names and capitalize correctly.
nameutils is a python module containing functions that can split a person's full name into their given and family names, and capitalize the letters appropriately. It understands complex names in Latin scripts from many different languages, and it understands Chinese, Japanese, and Korean names, in both their own characters, and romanized.
Identify given/family names and capitalize correctly.
nameutils is a python module containing functions that can split a person's full name into their given and family names, and capitalize the letters appropriately. It understands complex names in Latin scripts from many different languages, and it understands Chinese, Japanese, and Korean names, in both their own characters, and romanized.
To install py311-nameutils, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py311-nameutils
To see what files were installed by py311-nameutils, run:
port contents py311-nameutils
To later upgrade py311-nameutils, run:
sudo port selfupdate && sudo port upgrade py311-nameutils
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.