mirror of
https://github.com/explosion/spaCy.git
synced 2025-05-07 09:13:40 +03:00
Add minor update in README
This commit is contained in:
parent
47aaecd974
commit
f39fc34c95
|
@ -100,7 +100,7 @@ Top Performance
|
||||||
|
|
||||||
* Fastest in the world: <50ms per document. No faster system has ever been
|
* Fastest in the world: <50ms per document. No faster system has ever been
|
||||||
announced.
|
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
|
(parsing, named entity recognition, part-of-speech tagging). The only more
|
||||||
accurate systems are an order of magnitude slower or more.
|
accurate systems are an order of magnitude slower or more.
|
||||||
|
|
||||||
|
@ -254,7 +254,7 @@ details.
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
pip install -e .
|
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.
|
additionally installs developer dependencies such as Cython.
|
||||||
|
|
||||||
Instead of the above verbose commands, you can also use the following
|
Instead of the above verbose commands, you can also use the following
|
||||||
|
|
Loading…
Reference in New Issue
Block a user