Skip to content

Instantly share code, notes, and snippets.

@makispl
Last active April 10, 2020 15:53
Show Gist options
  • Save makispl/006f51b6cfce250251e9245e9e6622f1 to your computer and use it in GitHub Desktop.
Save makispl/006f51b6cfce250251e9245e9e6622f1 to your computer and use it in GitHub Desktop.
### While in Python environment ###
import nltk
# Download stopwords
nltk.download(‘stopwords’)
# Download punkt sentence tokenizer
nltk.download(‘punkt’)
# Download wordnet
nltk.download(‘wordnet’)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment