Physical distance between two places

后端 未结 6 609
悲哀的现实
悲哀的现实 2021-01-02 07:16

I need to measure the physical distance between two places whose names are provided as strings. Since sometimes the names are written slightly differently, I was looking for

6条回答
  •  执念已碎
    2021-01-02 07:58

    I would recommend either Levenshtein Distance or the Jaccard Distance for comparing text.

提交回复
热议问题