Physical distance between two places

后端 未结 6 614
悲哀的现实
悲哀的现实 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 08:03

    Although written in c (with python and tcl bindings), libdistance would be a tool for applying several distances metrics on strings/data.

    Metrics included:

    • bloom
    • damerau
    • euclid
    • hamming
    • jaccard
    • levenshtein
    • manhattan
    • minkowski
    • needleman_wunsch

提交回复
热议问题