Created
September 5, 2022 14:54
-
-
Save victormurcia/217e740f539ef46c9e0f71043fdd40fb to your computer and use it in GitHub Desktop.
tokenize_chapter
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
| chap_token = word_tokenize(contents) | |
| del(chap_token[0:2]) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment