rljacobson / Levenshtein

A Blazingly Fast Damerau–Levenshtein Edit Distance Function (UDF) for MySQL
MIT License
25 stars 3 forks source link

similarly function of the function damlevp.cpp, readme improvements #14

Closed arhyneRWU closed 9 months ago

arhyneRWU commented 10 months ago

Added to read me to clarify the similarly function of the function damlevp.cpp, added tests to read me, cleaned up code to compile without errors due to unused tests and args in function calls.

Fully tested in C++ and MySQL.