Skip to content

Instantly share code, notes, and snippets.

@raoofnaushad
Created December 6, 2020 03:26
Show Gist options
  • Save raoofnaushad/846be92b9905715f1ffddcfcaece578e to your computer and use it in GitHub Desktop.
Save raoofnaushad/846be92b9905715f1ffddcfcaece578e to your computer and use it in GitHub Desktop.
from polyfuzz import PolyFuzz
import config
model = PolyFuzz("EditDistance")
model.match(config.list1, config.list2)
print(model.get_matches())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment