How to Install python-jellyfish in Ubuntu 18.04



Install python-jellyfish by entering the following commands in the terminal:

sudo apt update
sudo apt install python-jellyfish

Description:

Library for approximate and phonetic matching of strings (Python 2)

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 2.

Homepage: https://github.com/jamesturk/jellyfish

Version: 0.5.6-3build2

Section: universe/python