Last active
May 1, 2019 03:22
-
-
Save shubham0204/fb427abeae76d2d4c52ff5488234d61a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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