Skip to content

Instantly share code, notes, and snippets.

View Grumblesaur's full-sized avatar

James Murphy Grumblesaur

  • Arlington, VA
  • 10:21 (UTC -04:00)
View GitHub Profile
import sys
from rapidfuzz import process
# Translate typos made by rigsters989 in [GNOME] NA to
# a slightly more recognizable version of English.
def small(w, size=4):
'''Assume that Rigs probably won't spell really small words wrong.'''
return len(w) <= 4