Giter Site home page Giter Site logo

Full name matching about fuzzy-matcher HOT 2 CLOSED

intuit avatar intuit commented on July 17, 2024
Full name matching

from fuzzy-matcher.

Comments (2)

manishobhatia avatar manishobhatia commented on July 17, 2024

Hi,
With this library you can apply a weight to an Element but not a Token as such. If the order of names is guaranteed , you can split the names into multiple element and give wight to the middle initial.

In practice though many times the data might not be as clean and we can see issues like First name appear at the end in the full name, and other such combinations. This library that into account and does a reasonable match, and you should still see a good score no matter

The scoring works in this fashion consider names First Last and First Middle1 Last Here there are 3 unique tokens (First, Last and Middle1) out of these 2 are similar (First and Last) so you will get a score of 2/3 or 0.67
If the order of the names is not the same, you will still see the same result

In cases where First Middle1 Last is matched with First Middle1 Last you will see a score of 1.0 since all of them match perfectly.

I would suggest you run this library against your dataset and let us know if you see any issue. I am not aware of any open issues that will impact Name matches

Hope this help

Manish

from fuzzy-matcher.

manishobhatia avatar manishobhatia commented on July 17, 2024

Closing the issue, feel free to open it, if you think its not resolved or you have further questions

from fuzzy-matcher.

Related Issues (20)

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.