Last active
November 22, 2021 13:53
-
-
Save andrea-dagostino/ed20bc9c889fd6e6b933349872c65a84 to your computer and use it in GitHub Desktop.
posts/raggruppamento-testuale-con-tf-idf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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