Approximate String Matching in R

前端 未结 1 552
既然无缘
既然无缘 2021-01-27 02:09

for my research I have to match two data sets containing fund information. Unfortunately there is no common identifier. The good thing is that I have an identifier in both docum

相关标签:
1条回答
  • 2021-01-27 02:39

    The RecordLinkage package allows you to match strings with several approaches (e.g. levenshtein but also other measures) and it allows you to define thresholds or even the use of classification model to indicated when an match is ok for you.

    0 讨论(0)
提交回复
热议问题