Skip to content

Commit

Permalink
Added reuters nltk download
Browse files Browse the repository at this point in the history
  • Loading branch information
4theKnowledge committed Dec 14, 2020
1 parent e363bba commit ca93c31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions notebooks/12.1-An introduction to the NLTK.ipynb
Expand Up @@ -59,6 +59,7 @@
"# NLTK\n",
"import nltk\n",
"nltk.download('gutenberg')\n",
"nltk.download('reuters')\n",
"from nltk.corpus import stopwords, reuters\n",
"from nltk.stem import PorterStemmer"
]
Expand Down

0 comments on commit ca93c31

Please sign in to comment.