Skip to content

Instantly share code, notes, and snippets.

@menzenski
Created September 24, 2013 00:19
Show Gist options
  • Save menzenski/6678797 to your computer and use it in GitHub Desktop.
Save menzenski/6678797 to your computer and use it in GitHub Desktop.
diminutives = []
for word in stemlist:
if word.endswith(diminutive_endings):
diminutives.append(word)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment