find the nearest text match
조회 수: 4 (최근 30일)
이전 댓글 표시
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
답변 (1개)
the cyclist
2011년 5월 2일
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
참고 항목
카테고리
Help Center 및 File Exchange에서 Get Started with MATLAB에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!