Skip to content

Commit 73397fb

Browse files
committed
Add information on stopwords corpora to README
1 parent 2cee37a commit 73397fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ A python script for summarizing articles using nltk.
66
## Requires:
77
* python2.7 / python 3
88
* nltk (if using Python 3, see note below)
9+
* nltk `stopwords` corpora (`python -c 'import nltk; nltk.download("stopwords")'`)
910
* bs4 (only for opening urls)
1011
* requests (only for opening urls)
1112

0 commit comments

Comments
 (0)