auto-remaps - consider Text::Levenshtein::Flexible
shawnlaffan opened this issue · 1 comments
shawnlaffan commented
The auto-remaps can take a while as the Levenshtein code calculates all distances, from which we then discard those that are too long.
https://metacpan.org/pod/Text::Levenshtein::Flexible should speed this up.
shawnlaffan commented
We are already doing this with Text::Fuzzy. The remap code was sped up using a different approach under #865