Giter VIP home page Giter VIP logo

companynamesimkey-go's Introduction

companynamesimkey-go

Go 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.

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:

Begin by retrieving the package:

go get "github.com/interzoid/companynamesimkey-go"

Import the package into your code:

import "github.com/interzoid/companynamesimkey-go"    

Then, feed the information into the GetSimKey() method:

simkey, code, credits, err := CompanyNameSimKey.GetSimKey("YOUR-API-KEY","Bank of America")

The 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.

Examples:

Bank of America  ->  wAR3laPfUVvB784_iH0cw7aQbKhr26sophlZ4z7iqtM
Bank of Amer Corp  ->  wAR3laPfUVvB784_iH0cw7aQbKhr26sophlZ4z7iqtM

AMAZON.COM  ->   EP88bx0VFDaIh-cOt86c8pOJ6lNkb_TWiKFpmMKXakY
Amazon Inc.  ->  EP88bx0VFDaIh-cOt86c8pOJ6lNkb_TWiKFpmMKXakY

See Also:

Individual Name Similarity Keys: https://github.com/interzoid/fullnamesimkey-go

Individual Name Match Scoring: https://github.com/interzoid/fullnamematchscore-go

Street Address Similarity Keys: https://github.com/interzoid/streetaddresssimkey-go

companynamesimkey-go's People

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.