November 2018
Beginner to intermediate
182 pages
4h 48m
English
Jellyfish supports reasonably fast implementations of almost all popular edit distance functions (Recall how the edit distance functions tell you how similar two sequences/strings are). While FuzzyWuzzy supported mainly Levenshtein distance, this package supports some more string comparison utilities:
Additionally, it supports phonetic encodings for English.
Use the following code to install Jellyfish on your machine:
import sys# !{sys.executable} -m pip install jellyfish
Let's try importing the package and setting up some examples to try out:
import jellyfishcorrect_example = ('Narendra ...Read now
Unlock full access