In this repo I have worked on string similarity algorithms
Algorithms which I have used are :
• Hamming Distance • Levenshtein Distance • Damerau-levenshtein • Jaro Distance • Jaro-Winkler • Jaccard Distance • Ngram Distance • Cosine Similarity Distance • Match Rating Comparsion
I compared this string - "There are many algorithms for checking string simlarity" with:
1 - "There are many algorithms for checking string simlarity". 2 - "String simlarity can be measured by many algoriths". 3 - "Machine learning include many algorithms for string simalrity". 4 - "Cosine simlarity is one of the algorithm used for string simlarity".
Result are :