Skip to content

Commit 58757c5

Browse files
authored
Update README.rst
1 parent 9e2ff2f commit 58757c5

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

README.rst

+2-7
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ the **fastest syntactic parser** in the world, convolutional **neural network mo
1010
for tagging, parsing and **named entity recognition** and easy **deep learning**
1111
integration. It's commercial open-source software, released under the MIT license.
1212

13-
💫 **Version 2.0 out now!** `Check out the new features here. <https://spacy.io/usage/v2>`_
13+
💫 **Version 2.0 out now!** `Check out the release notes here. <https://github.com/explosion/spaCy/releases>`_
1414

1515
.. image:: https://img.shields.io/travis/explosion/spaCy/master.svg?style=flat-square&logo=travis
1616
:target: https://travis-ci.org/explosion/spaCy
@@ -88,7 +88,7 @@ Features
8888
* **Fastest syntactic parser** in the world
8989
* **Named entity** recognition
9090
* Non-destructive **tokenization**
91-
* Support for **20+ languages**
91+
* Support for **30+ languages**
9292
* Pre-trained `statistical models <https://spacy.io/models>`_ and word vectors
9393
* Easy **deep learning** integration
9494
* Part-of-speech tagging
@@ -200,11 +200,6 @@ or manually by pointing pip to a path or URL.
200200
# pip install .tar.gz archive from path or URL
201201
pip install /Users/you/en_core_web_sm-2.0.0.tar.gz
202202
203-
If you have SSL certification problems, SSL customization options are described in the help:
204-
205-
# help for the download command
206-
python -m spacy download --help
207-
208203
Loading and using models
209204
------------------------
210205

0 commit comments

Comments
 (0)