Merge pull request #6 from dan-blanchard/patch-1

Make the accuracy table show up
This commit is contained in:
honnibal 2015-01-26 10:08:48 +11:00
commit 9d3afba255

View File

@ -291,8 +291,6 @@ Accuracy Comparison
.. table:: Accuracy comparison, on the standard benchmark data from the Wall Street Journal. .. table:: Accuracy comparison, on the standard benchmark data from the Wall Street Journal.
.. See `Benchmarks`_ for details.
+--------------+----------+------------+ +--------------+----------+------------+
| System | POS acc. | Parse acc. | | System | POS acc. | Parse acc. |
+--------------+----------+------------+ +--------------+----------+------------+
@ -307,6 +305,8 @@ Accuracy Comparison
| NLTK | 94.3 | n/a | | NLTK | 94.3 | n/a |
+--------------+----------+------------+ +--------------+----------+------------+
.. See `Benchmarks`_ for details.
The table above compares spaCy to some of the current state-of-the-art systems, The table above compares spaCy to some of the current state-of-the-art systems,
on the standard evaluation from the Wall Street Journal, given gold-standard on the standard evaluation from the Wall Street Journal, given gold-standard
sentence boundaries and tokenization. I'm in the process of completing a more sentence boundaries and tokenization. I'm in the process of completing a more