# Functions

Levenshtein is used to compare the number of changes required to convert the string from one to another.
StringSimilarityRatio is used to find the ratio of similarity between two strings using the Levenshtein algorithm below.