seemap123
November 2nd, 2006, 01:31 PM
Hi,
I have implemented the Levenshtien's algorithm for string matching to find the insertions, deletions and substitutions for converting one string to another. But, this works fine for small strings about 256 characters.
Can anyone give me a suggestion as to which algorithm will work best for comparing strings(data) of more than 256 characters( about 2GB if it is a clob field)?
Thanks in advance
I have implemented the Levenshtien's algorithm for string matching to find the insertions, deletions and substitutions for converting one string to another. But, this works fine for small strings about 256 characters.
Can anyone give me a suggestion as to which algorithm will work best for comparing strings(data) of more than 256 characters( about 2GB if it is a clob field)?
Thanks in advance