Skip to content

Instantly share code, notes, and snippets.

@mkonicek
Created January 23, 2018 22:08
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 mkonicek/bd40f2f6dcabd53ee182c6be5487ff15 to your computer and use it in GitHub Desktop.
Save mkonicek/bd40f2f6dcabd53ee182c6be5487ff15 to your computer and use it in GitHub Desktop.
>>> print_related(words, 'spain')
britain, england, france, europe, germany, spanish, italy
>>> print_related(words, 'called')
termed, dubbed, named, referred, nicknamed, titled, described
>>> print_related(words, 'although')
though, however, but, whereas, while, since, Nevertheless
>>> print_related(words, 'arms')
legs, arm, weapons, coat, coats, armaments, hands
>>> print_related(words, 'roots')
root, origins, stems, beginnings, rooted, grass, traditions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment