Skip to main content

interzoid_full_name_match_key

Python package for generating a similarity key from the input data used to match with other similar full name data. Use the generated similarity key, rather than the actual data itself, to match and/or sort individual name data by similarity. This avoids the problems of data inconsistency, misspellings, and name variations when matching within a single dataset, and can also help matching across datasets or for more advanced searching.

The key generation is based on a series of tests, algorithms, AI, and an ever-growing body of Machine Learning-based generated knowledge. As the context of the data is known, in this case individual person names, it performs far better than generic string comparison algorithms.

Usage

To generate the similarity key, you will need the following information:

An API is called by the package to access the Cloud server that generates the similarity key.

Begin by importing the package:

from interzoid_full_name_match_key import full_name_match_key

Then, provide the information into the get_key() method:

sim_key, credits, http_code, msg = full_name_match_key.get_key('YOUR-API-KEY','Mr. Jim Smith')

#200 is the HTTP status for OK
if http_code == 200:  
    print(sim_key, msg, credits)
else:
    print(sim_key, "error:", http_code, msg, credits)

The return values will be the generated similarity key, a code (success or failure), how many remaining credits on your API key, and any error messages. The similarity key can be used to search for other similar individual person names, to sort large datasets by similarity, and perhaps use additional attributes to identify duplicates/redundancy.

Examples:

jim smith  ->  7Kbdndkyln_1iZckUFnSOpwEve7t_USswPjJDAy2Qek
James E. Smyth  ->  7Kbdndkyln_1iZckUFnSOpwEve7t_USswPjJDAy2Qek

SALLY ANDERSON  ->   fOjMwYe9hOgKTa5LCDruK-NgkyDzasOV9Fqf-luTWXw
Ms Sallie P. Andersen  ->  fOjMwYe9hOgKTa5LCDruK-NgkyDzasOV9Fqf-luTWXw

Release files for interzoid-full-name-match-key 1.0.0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for interzoid-full-name-match-key 1.0.0
File Size Uploaded
interzoid_full_name_match_key-1.0.0.tar.gz 2.7 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for interzoid-full-name-match-key 1.0.0
File Interpreter ABI Platform
interzoid_full_name_match_key-1.0.0-py3-none-any.whl Python 3 none any Details

Total release size: 6.5 kB

Release files / interzoid_full_name_match_key-1.0.0.tar.gz

Download URL interzoid_full_name_match_key-1.0.0.tar.gz
Size 2.7 kB
Tags Source
SHA-256 checksum
How to use checksums
8d04388b0f2859ef86686e24ca49af67081875fd777a87274c010d699e0749b4
BLAKE2b-256 checksum
How to use checksums
b7fa037bbc9a67e08520b40cab205405963d80eeab6aeb9c3e03c681b8f9390d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.11.1

Release files / interzoid_full_name_match_key-1.0.0-py3-none-any.whl

Download URL interzoid_full_name_match_key-1.0.0-py3-none-any.whl
Size 3.8 kB
Tags Python 3
SHA-256 checksum
How to use checksums
746638137f5038e5049f29252787dd977abcdee4b2f7e6bd44834ff1ce6c6a42
BLAKE2b-256 checksum
How to use checksums
078ed35481bf5da8d6f73db2662768baa0ecaa391beaca724ae71c1dba009f2b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.11.1

Release history Release notifications | RSS feed

This release

1.0.0 This release

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page