Skip to content

Commit

Permalink
fixed error in installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
ceteri committed Nov 1, 2019
1 parent b635259 commit c72e97a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ After installation you need to download a language model:

::

python -m spacy download en
python -m spacy download en_core_web_sm

Also, the runtime depends on a local file called ``stop.txt`` which
contains a list of *stopwords*. You can override this in the
Expand Down
17 changes: 17 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# pytextrank changelog

## 1.2.1

2019-11-01

### Improved

* fixed error in installation instructions

## 1.2.0

2019-11-01
Expand All @@ -9,6 +17,15 @@
* updated to fix for current versions of `spaCy` and `networkX` -- kudos @dimmu
* removed deprecated argument -- kudos @laxatives

## 1.1.1

2017-09-15

### Improved

* Patch disables use of NER in spaCy until an intermittent bug is resolved.
* Will probably replace named tuples with spaCy spans instead.

## 1.1.0

2017-06-07
Expand Down

0 comments on commit c72e97a

Please sign in to comment.