Name

Parse Definition

Name
Description

The Name parse definition parses names of individuals into a set of tokens.

Output Tokens Prefix
Given Name
Middle Name
Family Name
Suffix
Title/Additional Info
Example 1 Input Output Token Output
Dr. James Johnson, CEO Prefix Dr.
Given Name James
Middle Name  
Family Name Johnson
Suffix  
Title/Additional Info CEO
Example 2 Input Output Token Output
Smith, Sr., Ronald G. Prefix  
Given Name Ronald
Middle Name G.
Family Name Smith
Suffix Sr.
Title/Additional Info  
Remarks