rapidfuzz / RapidFuzz

Rapid fuzzy string matching in Python using various string metrics

Home Page:https://rapidfuzz.github.io/RapidFuzz/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature Request: Computing the distance/similarity for 2 lists of same length

thomasryde opened this issue · comments

Would it be possible to write a function that computes the similarity between the corresponding elements of 2 lists of equal length?

I am hoping for a ridiculous speed-up of this operation compared to doing it element by element in python. I guess this request would be like cdist() but just for corresponding elements of 2 lists instead of all combinations. Love the library.