python3-jellyfish

Library for approximate and phonetic matching of strings (Python 3)
  https://github.com/jamesturk/jellyfish
  0
  no reviews



Jellyfish is a Python library for doing approximate and phonetic matching of strings. Includes algorithms for string comparison (Levenshtein Distance, Damerau-Levenshtein Distance, Jaro Distance, Jaro-Winkler Distance, Match Rating Approach Comparison, Hamming Distance) and phonetic encoding (American Soundex, Metaphone, NYSIIS, Match Rating Codex).

This package installs the library for Python 3.