{"id":36656364,"url":"https://github.com/interzoid/streetaddresssimkey-go","last_synced_at":"2026-01-12T10:19:39.983Z","repository":{"id":65695961,"uuid":"597237743","full_name":"interzoid/streetaddresssimkey-go","owner":"interzoid","description":"Generates a similarity key for a street address for matching inconsistent street addresses within a dataset(s)","archived":false,"fork":false,"pushed_at":"2023-09-17T20:08:08.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-06-20T14:29:46.499Z","etag":null,"topics":["addresses","ai","dataquality","go","go-package","golang"],"latest_commit_sha":null,"homepage":"https://www.interzoid.com","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/interzoid.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-02-03T23:58:43.000Z","updated_at":"2023-02-04T02:00:51.000Z","dependencies_parsed_at":"2024-06-20T14:23:54.827Z","dependency_job_id":null,"html_url":"https://github.com/interzoid/streetaddresssimkey-go","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/interzoid/streetaddresssimkey-go","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interzoid%2Fstreetaddresssimkey-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interzoid%2Fstreetaddresssimkey-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interzoid%2Fstreetaddresssimkey-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interzoid%2Fstreetaddresssimkey-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/interzoid","download_url":"https://codeload.github.com/interzoid/streetaddresssimkey-go/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interzoid%2Fstreetaddresssimkey-go/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28338135,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T06:09:07.588Z","status":"ssl_error","status_checked_at":"2026-01-12T06:05:18.301Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["addresses","ai","dataquality","go","go-package","golang"],"created_at":"2026-01-12T10:19:37.800Z","updated_at":"2026-01-12T10:19:39.974Z","avatar_url":"https://github.com/interzoid.png","language":"Go","readme":"## streetaddresssimkey-go\n\nGo 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.\n\nThe key generation is based on a series of tests, algorithms, AI, and an ever-growing body of Machine Learning-based generated knowledge.\n\n### Usage\n\nTo generate the similarity key, you will need the following information:\n\n- an API License key, available at https://www.interzoid.com\n- a street address to generate the similarity key for\n\nBegin by retrieving the package:\n\n    go get \"github.com/interzoid/streetaddresssimkey-go\"\n\nImport the package into your code:\n\n    import \"github.com/interzoid/streetaddresssimkey-go\"    \n\nThen, provide a street address into the GetSimKey() method:\n\n    simkey, code, credits, err := StreetAddressSimKey.GetSimKey(\"YOUR-API-KEY\",\"107 E. Main St.\")\n\n\nThe 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.\n\nExamples:\n\n    100 E. Main St. Suite 101  -\u003e  fS9Xxx-9HoRD4ZGJA43meLBS3tAn5YjdCClGJyXtUrw\n    100 East Main St. #101  -\u003e  fS9Xxx-9HoRD4ZGJA43meLBS3tAn5YjdCClGJyXtUrw\n\n    Park Avenue #500  -\u003e   EP88bx0VFDaIh-cOt86c8pOJ6lNkb_TWiKFpmMKXakY\n    500 PARK AVE.  -\u003e  EP88bx0VFDaIh-cOt86c8pOJ6lNkb_TWiKFpmMKXakY\n\nSee Also:\n\n**Individual Name Similarity Keys**: https://github.com/interzoid/fullnamesimkey-go\n\n**Individual Name Match Scoring**: https://github.com/interzoid/fullnamematchscore-go\n\n**Company Name Similarity Keys**: https://github.com/interzoid/companynamesimkey-go\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finterzoid%2Fstreetaddresssimkey-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finterzoid%2Fstreetaddresssimkey-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finterzoid%2Fstreetaddresssimkey-go/lists"}