Add minor update in README

This commit is contained in:
demfier 2017-10-18 22:32:58 +05:30
parent 47aaecd974
commit f39fc34c95

View File

@ -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