From d942c246394ae65d8e20aaa789adf8b8c2506f56 Mon Sep 17 00:00:00 2001 From: Dan Blanchard Date: Sun, 25 Jan 2015 17:31:34 -0500 Subject: [PATCH] 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. --- docs/source/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/index.rst b/docs/source/index.rst index 9d26ac0ab..d02166ec2 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -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