Skip to main content

interzoid_address_match_key

Python package for generating a similarity key from the input data used to match with other similar street address data. Use the generated similarity key, rather than the actual data itself, to match and/or sort street address data by similarity. This avoids the problems of data inconsistency, misspellings, and address element 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.

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_address_match_key import address_match_key

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

sim_key, credits, http_code, msg = address_match_key.get_key('YOUR-API-KEY','107 E. Main St.')

#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 street addresses, to sort large datasets by similarity, and perhaps use additional attributes to identify duplicates/redundancy.

Examples:

100 E. Main St. Suite 101  ->  fS9Xxx-9HoRD4ZGJA43meLBS3tAn5YjdCClGJyXtUrw
100 East Main St. #101  ->  fS9Xxx-9HoRD4ZGJA43meLBS3tAn5YjdCClGJyXtUrw

Park Avenue #500  ->   EP88bx0VFDaIh-cOt86c8pOJ6lNkb_TWiKFpmMKXakY
500 PARK AVE.  ->  EP88bx0VFDaIh-cOt86c8pOJ6lNkb_TWiKFpmMKXakY

Release files for interzoid-address-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-address-match-key 1.0.0
File Size Uploaded
interzoid_address_match_key-1.0.0.tar.gz 2.7 kB Details

Built distribution (wheel)

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

Total release size: 6.3 kB

Release files / interzoid_address_match_key-1.0.0.tar.gz

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

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

Download URL interzoid_address_match_key-1.0.0-py3-none-any.whl
Size 3.7 kB
Tags Python 3
SHA-256 checksum
How to use checksums
11a76f2afc21283c6834bb0472b8543f05659f3e292de483c752bb0b1a402ce5
BLAKE2b-256 checksum
How to use checksums
cc2ab6ca38c34b74457f8c77da65941ab4c7c0915f32df1d9e1d9f909d6d0b93
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