There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
In this Implementation we have code many techniques to find the distance or similarity between strings. Techniques that we explore and Implemented in Python are (word-level & character-level) Minimum Edit Distance, Euclidean Distance, Manhattan Distance, Chebychev Distance, Cosine Similairty, bigram-level Jaccard Similarity Hamming Distance and Longest Common Subsequence Algorithms.