Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I\'ve been trying to work on modifying a Levenshtein Distance function so that it can find the distance between two lines, or sets of x-y coordinates (in other words, how similar or different the line
I have 5000, so开发者_开发技巧metimes more, street address strings in an array. I\'d like to compare them all with levenshtein to find similar matches. How can I do this without looping through all 50
Does Apaches Solr search engine provide approximate string matches, e.g. via Levenshtein algorithm? I\'开发者_StackOverflow社区m looking for a way to find customers by last name. But I cannot guarant