Posted on February 2nd, 2023
A Go Package for the Go programming language has been created on GitHub for easy use of our Name Matching Scoring API. The package provides a simple interface to call the API with a single line of code from within Go. After importing the package, you can submit individual person names programmatically to compare, get back a score, and then use that score as part of any other logic. The API is described in more detail within the API reference documentation on our Website.
A call to the function obtains a match score of two individual person names from 0-100, where 100 is the highest matching score, based 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.
To use the service, you must first register for an Interzoid account and obtain an API license key which includes free trial credits. Once you have done that, you can start using the package within your code to submit names for analysis.
Here is the Go Package on Github: github.com/interzoid/fullnamematchscore-go
All content (c) 2018-2023 Interzoid Incorporated. Questions? Contact support@interzoid.com
201 Spear Street, Suite 1100, San Francisco, CA 94105-6164
Interested in data matching services?
Terms of Service
Privacy Policy
Use the Interzoid Cloud Connect Data Platform and Start to Supercharge your Cloud Data now (Free Trials): connect.interzoid.com
API Integration Option Code Examples: www.github.com/interzoid