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

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