Qwerty-Jaro–Winkler distance is a tweak on top of jaro winkler edit distance where we try to consider distance between keys in keyboard while calculating number of matches.
-
Updated
Aug 14, 2017 - Java
Qwerty-Jaro–Winkler distance is a tweak on top of jaro winkler edit distance where we try to consider distance between keys in keyboard while calculating number of matches.
XDP is a tool in Java 8 which compares XML documents (Structure and Content), returns the similarity, provides a diff file which can be used to patch the 1st XML producing the 2nd.
Editing distance algorithm realisation
Created modified Levenshtein distance algorithms, to match strings by deletion and capitalization only and does not allow replacement or insertion of characters
This is a problem which is asked to solve in my Data Structure & Algorithm Lab.
단국대학교 알고리즘 과제
Implimentation of the minimum edit distance algorithm for a simple spell checker.
Dynamic programming solution to the "Edit Distance" problem.
Add a description, image, and links to the edit-distance-algorithm topic page so that developers can more easily learn about it.
To associate your repository with the edit-distance-algorithm topic, visit your repo's landing page and select "manage topics."