Skip to content

Instantly share code, notes, and snippets.

@quantra-go-algo
Created September 2, 2022 20:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save quantra-go-algo/b31150772347cb8ce07c8e26169e72ea to your computer and use it in GitHub Desktop.
Save quantra-go-algo/b31150772347cb8ce07c8e26169e72ea to your computer and use it in GitHub Desktop.
token_without_punc = [token for token in doc if not token.is_punct]
token_without_punc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment