Skip to content

Instantly share code, notes, and snippets.

@victormurcia
Created September 5, 2022 14:54
Show Gist options
  • Select an option

  • Save victormurcia/217e740f539ef46c9e0f71043fdd40fb to your computer and use it in GitHub Desktop.

Select an option

Save victormurcia/217e740f539ef46c9e0f71043fdd40fb to your computer and use it in GitHub Desktop.
tokenize_chapter
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