{"id":36656389,"url":"https://github.com/interzoid/fullnamematchscore-go","last_synced_at":"2026-01-12T10:19:46.018Z","repository":{"id":65695964,"uuid":"596255173","full_name":"interzoid/fullnamematchscore-go","owner":"interzoid","description":"Generates a match score of two person names from 0-100, where 100 is the highest, on how closely two individual full names match. The scoring is based on a series of tests, algorithms, AI, and an ever-growing body of Machine Learning-based generated knowledge","archived":false,"fork":false,"pushed_at":"2023-09-17T20:09:46.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-06-20T05:05:58.088Z","etag":null,"topics":["ai","data-analytics","data-assessment","data-assets","data-quality","data-science","machine-learning","name-matching","scoring"],"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-01T19:45:54.000Z","updated_at":"2023-02-04T19:49:36.000Z","dependencies_parsed_at":"2024-06-20T04:20:03.831Z","dependency_job_id":"b03fe7bf-163c-4d88-acd3-f202753f7f7c","html_url":"https://github.com/interzoid/fullnamematchscore-go","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/interzoid/fullnamematchscore-go","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interzoid%2Ffullnamematchscore-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interzoid%2Ffullnamematchscore-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interzoid%2Ffullnamematchscore-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interzoid%2Ffullnamematchscore-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/interzoid","download_url":"https://codeload.github.com/interzoid/fullnamematchscore-go/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interzoid%2Ffullnamematchscore-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":["ai","data-analytics","data-assessment","data-assets","data-quality","data-science","machine-learning","name-matching","scoring"],"created_at":"2026-01-12T10:19:44.175Z","updated_at":"2026-01-12T10:19:46.007Z","avatar_url":"https://github.com/interzoid.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"## fullnamematchscore-go\n\nGo package for generating a matching score of two individual person names from 0-100, where 100 is the highest matching score, on how closely two individual full names match. The scoring 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 match score, you will need the following information:\n\n- an API License key, available at https://www.interzoid.com\n- two individual full names to compare\n\nBegin by retrieving the package:\n\n    go get \"github.com/interzoid/fullnamematchscore-go\"\n\nImport the package into your code:\n\n    import \"github.com/interzoid/fullnamematchscore-go\"\n\nThen, feed the information into the GetScore() method:\n\n    score, code, credits, err := FullNameMatchScore.GetScore(\"YOUR-API-KEY\",\"Jim Smith\",\"Mr. James Smyth\")\n\n\nThe return values will be the generated match comparison score (0-100), a code (success or failure), how many remaining credits on your API key, and any error messages. The score allows you to set a score threshold in your own logic for your specific case, for example, any score higher than 50 can be considered a \"match\" (or 60, 70, etc.)\n\nExamples:\n\n    \"James Kelly\", \"Jim Kelly\"  -\u003e  85\n\n    \"Mr Robert J McCarthy\", \"Bob Macarthy\"  -\u003e  80\n\nSee Also:\n\n**Individual Name Similarity Keys**: https://github.com/interzoid/fullnamesimkey-go\n\n**Company Name Similarity Keys**: https://github.com/interzoid/companynamesimkey-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%2Ffullnamematchscore-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finterzoid%2Ffullnamematchscore-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finterzoid%2Ffullnamematchscore-go/lists"}