Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 805 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 805 Bytes

string-similarity

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 :

Result Image