Skip to content

Instantly share code, notes, and snippets.

@HarshSingh16
Created February 8, 2019 19:35
Show Gist options
  • Save HarshSingh16/a22d4709d91502080316ab5945ad6376 to your computer and use it in GitHub Desktop.
Save HarshSingh16/a22d4709d91502080316ab5945ad6376 to your computer and use it in GitHub Desktop.
#Inverse Mapped Dictionary
dict_integer2word={i:w for w,i in dict_word2integer.items()}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment