Skip to content
Prev 148384 / 398500 Next

Similarity matching with probabilities

On 27 Jun 2008, at 14:30, francogrex wrote:

            
Have a look at ?agrep.
One could loop for different max.distances to get the relation.

An other way is to calculate the edit distance by Levenshtein(- 
Damerau). A starting point could be :

http://wiki.r-project.org/rwiki/doku.php?id=tips:data-strings:levenshtein

--Hans