mirror of
https://github.com/explosion/spaCy.git
synced 2025-02-25 08:03:08 +03:00
Merge pull request #6 from dan-blanchard/patch-1
Make the accuracy table show up
This commit is contained in:
commit
9d3afba255
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user