Created
June 8, 2020 04:11
-
-
Save eustin/b566719277c27c40568e663f24a2a678 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
for idx, word in tokeniser.index_word.items(): | |
print(f"index {idx} - {word}") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment