I have an aplication which performs some basic morphological analysis, and I am looking for an efficient means to count the number of change operations needed to transform a word into another, character by character changes.
Thanks in advance people.
That sounds a lot like the Levenshtein Distance
The article links to other comparison algorithms as well.