Reply
Sat 8 Jun, 2013 01:56 am
How do i implement levenshtein disance on records in a database table using python? I know how to connect python with database, coding in python may not be problem, and I also have the records in a database table.
The problem is how do i make it work. Below is a snipet of my database table:
Author Title of pub. Journal
Michael I James Advancement in networking ACM
Michael J Inse Advancement in networking ACM
Any ideas will be appreciated. Thanks in advance.