python3-distance

Python library for comparing sequences
  https://github.com/doukremt/distance
  0
  no reviews



This package provides helpers for computing similarities between arbitrary sequences. Included metrics are Levenshtein, Hamming, Jaccard, and Sorensen distance, plus some bonuses. The distance computations are implemented in pure Python.