File size: 88 Bytes
c49f0b0
 
 
 
 
1
2
3
4
5
6
import nltk

nltk.download("wordnet")
nltk.download("punkt")
nltk.download("stopwords")