Skip to content

Instantly share code, notes, and snippets.

@raoofnaushad
Created December 7, 2020 06:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save raoofnaushad/b5a3af39385a33ae48f1d08aca11016f to your computer and use it in GitHub Desktop.
Save raoofnaushad/b5a3af39385a33ae48f1d08aca11016f to your computer and use it in GitHub Desktop.
from polyfuzz import PolyFuzz
import config
model = PolyFuzz("EditDistance")
model.match(config.list1, config.list2)
model.group("EditDistance")
print(model.get_clusters())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment