MaartenGr / PolyFuzz

Fuzzy string matching, grouping, and evaluation.
https://maartengr.github.io/PolyFuzz/
MIT License
736 stars 67 forks source link

top_n for Edit Distance #47

Open ashutosh486 opened 1 year ago

ashutosh486 commented 1 year ago

Hi, I want to have top_n outputs for edit distance as well. Is it possible in current solution?

MaartenGr commented 1 year ago

At the moment this is not implemented for edit distance as it can be quite computationally expensive. However, you can use it for TF-IDF instead which can produce similar results.