* Adjust speed claim in index.rst

This commit is contained in:
Matthew Honnibal 2015-06-26 04:43:52 +02:00
parent c21ffc84d2
commit 335ad66421
1 changed files with 3 additions and 1 deletions

View File

@ -14,6 +14,8 @@ spaCy: Industrial-strength NLP
.. _Version 0.86 released: updates.html .. _Version 0.86 released: updates.html
`spaCy`_
`spaCy`_ is a new library for text processing in Python and Cython. `spaCy`_ is a new library for text processing in Python and Cython.
I wrote it because I think small companies are terrible at I wrote it because I think small companies are terrible at
natural language processing (NLP). Or rather: natural language processing (NLP). Or rather:
@ -53,7 +55,7 @@ spaCy since. I'm now pleased to announce an alpha release.
If you're a small company doing NLP, I think spaCy will seem like a minor miracle. If you're a small company doing NLP, I think spaCy will seem like a minor miracle.
It's by far the fastest NLP software ever released. It's by far the fastest NLP software ever released.
The full processing pipeline completes in 7ms per document, including accurate The full processing pipeline completes in 20ms per document, including accurate
tagging and parsing. All strings are mapped to integer IDs, tokens are linked tagging and parsing. All strings are mapped to integer IDs, tokens are linked
to embedded word representations, and a range of useful features are pre-calculated to embedded word representations, and a range of useful features are pre-calculated
and cached. and cached.