A ParsedNameUnit object that represents an individual name
phrase.
Syntax
class Namephrase : ParsedNameUnit
Description
A name phrase is a sequence of one or more tokens that form
a single semantic unit such as
"Smith",
"de la Tour",
"Jean
Claude",
"Ching Mai",
"Noor al din", or
"Robinson-Phillips".
Phrases usually consist of a single stem token with optional prefixes
and suffixes attached. However, name phrases can have more than one
stem token, especially in Chinese and Korean names.
- ParsedNameUnit
- Abstract class that represents all nodes in the NameParser parse
tree.
Inheritance diagram
