Skip to content

Instantly share code, notes, and snippets.

@andrea-dagostino
Created November 23, 2021 12:06
Show Gist options
  • Save andrea-dagostino/13c24377a61418e6a258a694ab3e695f to your computer and use it in GitHub Desktop.
Save andrea-dagostino/13c24377a61418e6a258a694ab3e695f to your computer and use it in GitHub Desktop.
posts/raggruppamento-testuale-con-tf-idf
import nltk
from nltk.corpus import stopwords
# nltk.download('stopwords')
stopwords.words("english")[:10] # <-- import the english stopwords
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment