| Class | Description |
|---|---|
| HumanNameParserBuilder |
A builder to construct
HumanNameParserParser. |
| HumanNameParserParser |
A parser capable of parsing name parts out of a single string.
|
| Name |
A
Name object that encapsulates a name string, and contains the logic
for handling with Regexes. |
| Exception | Description |
|---|---|
| ParseException |
Parse exception.
|
Human name parser.
The HumanNameParserParser is capable of parsing
names and extract leading init letters, first, last and middle name, as well as suffixes and
nicknames.
The Name is a object that encapsulates the name
String but that also contains the logic for handling the Regexes.
The code organization and logic are mirrored from the PHP original library, so porting improvements is not very complicated, and users comfortable with the prior library won't have a hard time getting used to this Java port.
Copyright © 2015-2020 TupiLabs. All Rights Reserved.