diff --git a/README.rst b/README.rst index 0f3efc146..0fd807388 100644 --- a/README.rst +++ b/README.rst @@ -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 `_ +Compared to a regular install via pip, `requirements.txt `_ additionally installs developer dependencies such as Cython. Instead of the above verbose commands, you can also use the following