Skip to content

Instantly share code, notes, and snippets.

@antondevv
Last active November 3, 2021 23:17
Show Gist options
  • Save antondevv/393adef279fe4b3aa6d1f367db3ac0d7 to your computer and use it in GitHub Desktop.
Save antondevv/393adef279fe4b3aa6d1f367db3ac0d7 to your computer and use it in GitHub Desktop.
Split text
text = 'What a beautiful day to be outside, incredibly beautiful day!'
text = text.lower()
tokenized = text.split()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment