Skip to content

Instantly share code, notes, and snippets.

@shubham0204
Last active May 1, 2019 03:22
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 shubham0204/fb427abeae76d2d4c52ff5488234d61a to your computer and use it in GitHub Desktop.
Save shubham0204/fb427abeae76d2d4c52ff5488234d61a to your computer and use it in GitHub Desktop.
import json
with open( 'android/word_dict.json' , 'w' ) as file:
json.dump( tokenizer.word_index , file )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment