Make the accuracy table show up

It was previously commented out.  I'm not sure if this was intentional, but the text "The table above" was very confusing without the table.
This commit is contained in:
Dan Blanchard 2015-01-25 17:31:34 -05:00
parent 1aeb88d771
commit d942c24639

View File

@ -291,8 +291,6 @@ Accuracy Comparison
.. table:: Accuracy comparison, on the standard benchmark data from the Wall Street Journal.
.. See `Benchmarks`_ for details.
+--------------+----------+------------+
| System | POS acc. | Parse acc. |
+--------------+----------+------------+
@ -307,6 +305,8 @@ Accuracy Comparison
| NLTK | 94.3 | n/a |
+--------------+----------+------------+
.. See `Benchmarks`_ for details.
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
sentence boundaries and tokenization. I'm in the process of completing a more