Skip to content

Instantly share code, notes, and snippets.

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