Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save leveled/a213e58534c1471eefb5d35e1d827773 to your computer and use it in GitHub Desktop.
Save leveled/a213e58534c1471eefb5d35e1d827773 to your computer and use it in GitHub Desktop.
d = enchant.Dict("en_US")
try:
if d.check(word):
score += 1
except:
pass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment