Hello everyone, I been reading a bit about Levenshtein distance algorithm (edit distance) from
http://www.merriampark.com/ld.htm site. I'm pretty clear with how the algorithm works but I've no idea how to edit ( edit here as in edit , delete, insert a word or words) after i've gotten the...