Skip to content

Instantly share code, notes, and snippets.

@raoofnaushad
Created November 23, 2020 07:19
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/7fd208212d0e21c2c84939ba0b342b13 to your computer and use it in GitHub Desktop.
Save raoofnaushad/7fd208212d0e21c2c84939ba0b342b13 to your computer and use it in GitHub Desktop.
Double Metaphobe
import fuzzy
from common import names
dmetaphone = fuzzy.DMetaphone(4)
for each in names:
print("Name =>> {} and Conversion =>> {}".format(each, dmetaphone(each)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment