find the nearest text match
5 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Hi,
I have two big lists of banks that I can only match them by names, However, these names sometimes are not 100% identical. For example: in list 1: "Deutsche Bank" ,"Morgan Stanley" are in list 2:"Deutsche Banc" ,"Morgan Stanley & Co" . Is it possible to find the nearest text match for each name in list 2 to the names in list 1?
0 Commenti
Risposte (1)
the cyclist
il 2 Mag 2011
What you want is called "fuzzy string matching", and is not a trivial task. I poked around the File Exchange, and didn't find much. This seemed like the most promising candidate:
0 Commenti
Vedere anche
Categorie
Scopri di più su Get Started with MATLAB in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!