I am looking for such an algorithm, but one that makes substitutions between words and not between letters. Is there such an algorithm?
I am looking for an implementation with SQL Server, but the name of the algorithm will be good enough.
I am looking for such an algorithm, but one that makes substitutions between words and not between letters. Is there such an algorithm?
I am looking for an implementation with SQL Server, but the name of the algorithm will be good enough.
As far as I'm aware, there's no reason you can't just use the existing Levenshtein algorithm - just use words as symbols instead of letters.