9 ms·
Do you mind discussing how you did the fuzzy matching? My initial guess would've been dynamic programming (levenstein distance), but if this is API-wide, did y
by svsaraf 12y ago
Do you mind discussing how you did the fuzzy matching?
My initial guess would've been dynamic programming (levenstein distance), but if this is API-wide, did you make a suffix tree?