The Name Matching Method is used to compare two names, either person names, company names, account names, product names or any other name. It is also used to compare addresses.
Name matching differs from string matching in a number of ways. The more significant differences are that Name matching,
uses an Edit-list
may use a Word Stabilization routine
will try out of order word matches, initial to word matches, concatenated word matches and other variations, including String comparison, to achieve the best Score.
The Local Options which control this Method’s behavior can be divided into the following categories, by how they address:
Truncation & Initials (see the
Local Options Addressing Truncation & Initials
section)
Concatenation (see the
Local Options Addressing Concatenation
section)
Word Order (see the
Local Options Addressing Word Order
section)
Word Type (see the
Local Options Addressing Word Type
section)
Spelling (see the
Local Options Addressing Spelling
section)
Long Names or Addresses (see the
Local Options Addressing Long Names or Addresses
section)
Multi-valued fields (Account Names, Compound Names, Secondary names, Repeating fields) (see the
Local Options Addressing Multi-valued Fields
section)
Local Options ControllingWord Score (see the
Local Options Controlling Word Score
section)
Local Options Controlling Reference Record Matching (see the
Local Options Controlling Reference Record Matching
section) .
A summary of the options below is followed by a more detailed description of each option in each of the above categories.
The N3SCM Name Matching method is the latest Name Matching. It incorporates all of the features and options available in N3SCL plus new features.