rair-core icon indicating copy to clipboard operation
rair-core copied to clipboard

Implement better BKTree distance

Open oddcoder opened this issue 6 years ago • 0 comments

Typically we would need proper Damerau–Levenshtein distance, or better a normalized one! But these algorithms are cruel they work with -1 based arrays so we need to create our own data type first that can shift base index in standard vectors delegate all vec functionality.

oddcoder avatar Oct 27 '19 21:10 oddcoder