@@ -10,7 +10,7 @@ the **fastest syntactic parser** in the world, convolutional **neural network mo
10
10
for tagging, parsing and **named entity recognition ** and easy **deep learning **
11
11
integration. It's commercial open-source software, released under the MIT license.
12
12
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 >`_
14
14
15
15
.. image :: https://img.shields.io/travis/explosion/spaCy/master.svg?style=flat-square&logo=travis
16
16
:target: https://travis-ci.org/explosion/spaCy
@@ -88,7 +88,7 @@ Features
88
88
* **Fastest syntactic parser ** in the world
89
89
* **Named entity ** recognition
90
90
* Non-destructive **tokenization **
91
- * Support for **20 + languages **
91
+ * Support for **30 + languages **
92
92
* Pre-trained `statistical models <https://spacy.io/models >`_ and word vectors
93
93
* Easy **deep learning ** integration
94
94
* Part-of-speech tagging
@@ -200,11 +200,6 @@ or manually by pointing pip to a path or URL.
200
200
# pip install .tar.gz archive from path or URL
201
201
pip install /Users/you/en_core_web_sm-2.0.0.tar.gz
202
202
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
-
208
203
Loading and using models
209
204
------------------------
210
205
0 commit comments