I was looking for a simple string similarity detection algorithm and I did find the one on CatalySoft. Since I like it and I found it useful, I did create a groovy equivalent of it. Here is the code: public class LetterPairSimilarity { /** @return an array of adjacent letter pairs contained in the input… Continue reading String similarity detection