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.

Duplicate thread of: able2know
Wikipedia might help you on that: Click Here
Learn and understand the ideea behind this methon, than try to apply it on Python.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.