{"id":36656416,"url":"https://github.com/interzoid/companynamesimkey-go","last_synced_at":"2026-01-12T10:19:52.332Z","repository":{"id":65695962,"uuid":"597214598","full_name":"interzoid/companynamesimkey-go","owner":"interzoid","description":"Generates a similarity key for a company/organization name for matching inconsistent names within a dataset(s)","archived":false,"fork":false,"pushed_at":"2023-09-17T19:57:29.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-06-20T11:01:37.571Z","etag":null,"topics":["ai","api","companydata","companynames","data-quality-assessment","dataquality","go","go-package","golang","standardization"],"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-03T22:09:53.000Z","updated_at":"2023-02-04T02:03:29.000Z","dependencies_parsed_at":"2024-06-20T10:13:58.666Z","dependency_job_id":"551d9731-cd5e-4a91-a1a6-43c317e0f66d","html_url":"https://github.com/interzoid/companynamesimkey-go","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/interzoid/companynamesimkey-go","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interzoid%2Fcompanynamesimkey-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interzoid%2Fcompanynamesimkey-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interzoid%2Fcompanynamesimkey-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interzoid%2Fcompanynamesimkey-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/interzoid","download_url":"https://codeload.github.com/interzoid/companynamesimkey-go/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interzoid%2Fcompanynamesimkey-go/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28338142,"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":["ai","api","companydata","companynames","data-quality-assessment","dataquality","go","go-package","golang","standardization"],"created_at":"2026-01-12T10:19:48.664Z","updated_at":"2026-01-12T10:19:52.320Z","avatar_url":"https://github.com/interzoid.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"## companynamesimkey-go\n\nGo package for generating a similarity key from the input data used to match with other similar company name data. Use the generated similarity key, rather than the actual data itself, to match and/or sort company 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.\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- an individual full name to generate the similarity key for\n\nBegin by retrieving the package:\n\n    go get \"github.com/interzoid/companynamesimkey-go\"\n\nImport the package into your code:\n\n    import \"github.com/interzoid/companynamesimkey-go\"    \n\nThen, feed the information into the GetSimKey() method:\n\n    simkey, code, credits, err := CompanyNameSimKey.GetSimKey(\"YOUR-API-KEY\",\"Bank of America\")\n\n\nThe return values will be the 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 company names, to sort large datasets by similarity, and perhaps use additional attributes to identify duplicates/redundancy.\n\nExamples:\n\n\n    Bank of America  -\u003e  wAR3laPfUVvB784_iH0cw7aQbKhr26sophlZ4z7iqtM\n    Bank of Amer Corp  -\u003e  wAR3laPfUVvB784_iH0cw7aQbKhr26sophlZ4z7iqtM\n\n    AMAZON.COM  -\u003e   EP88bx0VFDaIh-cOt86c8pOJ6lNkb_TWiKFpmMKXakY\n    Amazon Inc.  -\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**Street Address Similarity Keys**: https://github.com/interzoid/streetaddresssimkey-go\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finterzoid%2Fcompanynamesimkey-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finterzoid%2Fcompanynamesimkey-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finterzoid%2Fcompanynamesimkey-go/lists"}