Search
Project Description
This is my alternative to the Levenstein string distance algorithm. By looking for similarity locally, I made it really fast! Complexity O(n*constant) rather than O(n^2)

The basic idea behind it using a fast and dirty LCS (lowest common substring) length to determine the similarity between two strings.
A helper class that implements Levenstein and length distances is also provided.
Project is written in .Net 3.5 C#.
Last edited Mar 28 2009 at 12:21 AM by Siderite, version 4
Updating...
© 2006-2012 Microsoft | Get Help | Privacy Statement | Terms of Use | Code of Conduct | Advertise With Us | Version 2012.1.11.18365