tupilabs/HumanNameParser.java

Name: HumanNameParser.java

Owner: TupiLabs

Description: HumanNameParser.java, a Java port of HumanNameParser.php. Parser for human names in Java, all credit goes to @jasonpriem

Created: 2015-01-03 23:41:11.0

Updated: 2016-10-13 20:08:49.0

Pushed: 2016-12-01 16:35:02.0

Homepage: null

Size: 448

Language: Java

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

HumanNameParse.java

Java port Author: Bruno P. Kinoshita

Original library Author: Jason Priem jason@jasonpriem.com (credits go to him) Original library Author Website: http://jasonpriem.com/human-name-parse

License: MIT

Description

Takes human names of arbitrary complexity and various wacky formats like:

and parses out the:

Usage
endencies>
ependency>
<groupId>com.tupilabs</groupId>
<artifactId>human-name-parser</artifactId>
dependency>
pendencies>

 object = new Name("Sérgio Vieira de Mello");
nNameParserParser parser = new HumanNameParserParser(object);
ng firstName = parser.getFirst();
ng nicknames = parser.getNicknames();
..

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.