Bishawa's picture
Update nltk.txt
69ee93d
raw
history blame contribute delete
No virus
97 Bytes
import nltk
nltk.download('punkt')
from nltk.corpus import stopwords
stopwords.words('english')