I am seeking for a C library that does approximate string matching. Calculating Levenshtein distance for example. My query strings will be ~512 bytes. I know about Flamingo but it is C++.
I am seeking for a C library that does approximate string matching. Calculating Levenshtein
Share
Not a library but simple function you find here
A GPL Version