Shamzaa3Q
New Contributor II

+1 for rapidfuzz, I have used it in production pipelines. Better than just levenshtein function, as rapidfuzz provides a couple of other algorithms as well. I will warn you to not do what 2024 me attempted, which is use LLM to solve for this. It sounded like a good use-case until I implemented it and the $$ spend to value returned was terrible.