Skip to content

Instantly share code, notes, and snippets.

@andrea-dagostino
Last active November 22, 2021 13:53
Show Gist options
  • Save andrea-dagostino/ed20bc9c889fd6e6b933349872c65a84 to your computer and use it in GitHub Desktop.
Save andrea-dagostino/ed20bc9c889fd6e6b933349872c65a84 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] # <-- importiamo le stopword inglesi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment