We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cee37a commit 73397fbCopy full SHA for 73397fb
README.md
@@ -6,6 +6,7 @@ A python script for summarizing articles using nltk.
6
## Requires:
7
* python2.7 / python 3
8
* nltk (if using Python 3, see note below)
9
+* nltk `stopwords` corpora (`python -c 'import nltk; nltk.download("stopwords")'`)
10
* bs4 (only for opening urls)
11
* requests (only for opening urls)
12
0 commit comments