mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-10 19:57:17 +03:00
Add minor update in README
This commit is contained in:
parent
47aaecd974
commit
f39fc34c95
|
@ -16,7 +16,7 @@ MIT license.
|
|||
.. image:: https://img.shields.io/travis/explosion/spaCy/master.svg?style=flat-square
|
||||
:target: https://travis-ci.org/explosion/spaCy
|
||||
:alt: Travis Build Status
|
||||
|
||||
|
||||
.. image:: https://img.shields.io/appveyor/ci/explosion/spacy/master.svg?style=flat-square
|
||||
:target: https://ci.appveyor.com/project/explosion/spacy
|
||||
:alt: Appveyor Build Status
|
||||
|
@ -100,7 +100,7 @@ Top Performance
|
|||
|
||||
* Fastest in the world: <50ms per document. No faster system has ever been
|
||||
announced.
|
||||
* Accuracy within 1% of the current state of the art on all tasks performed
|
||||
* Accuracy within 1% of the current state-of-the-art on all tasks performed
|
||||
(parsing, named entity recognition, part-of-speech tagging). The only more
|
||||
accurate systems are an order of magnitude slower or more.
|
||||
|
||||
|
@ -254,7 +254,7 @@ details.
|
|||
pip install -r requirements.txt
|
||||
pip install -e .
|
||||
|
||||
Compared to regular install via pip `requirements.txt <requirements.txt>`_
|
||||
Compared to a regular install via pip, `requirements.txt <requirements.txt>`_
|
||||
additionally installs developer dependencies such as Cython.
|
||||
|
||||
Instead of the above verbose commands, you can also use the following
|
||||
|
|
Loading…
Reference in New Issue
Block a user