Created
November 4, 2020 08:31
-
-
Save oscar-defelice/ceafc9f2a0bbc067ab4eb4a071e34371 to your computer and use it in GitHub Desktop.
This file contains hidden or 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( 'tokeniser.json' , 'w' ) as file: | |
json.dump(tokeniser.to_json() , file ) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment