Spaces:
Runtime error
Runtime error
File size: 88 Bytes
92808fd |
1 2 3 4 5 6 |
import nltk
nltk.download("wordnet")
nltk.download("punkt")
nltk.download("stopwords")
|