Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HumanName ¶
type HumanName struct {
Name string
LeadingInit string
FirstName string
MiddleName string
LastName string
Suffix string
Suffixes string
Prefixes string
}
func ParseHumanName ¶
ParseHumanName is a initial stub function to parse human names. The goal is to have a full implementation like a port of: https://github.com/jasonpriem/HumanNameParser.php
Click to show internal directories.
Click to hide internal directories.