I\'m new to that area and I wondering mostly what the state-of-the-art is and where I can read about it.
Let\'s assume that I just have a key/value store and I have some
Depends on what your key/values are like, the Levenshtein algorithm (also called Edit-Distance) can help. It calculates the least number of edit operations that are necessary to modify one string to obtain another string.