mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-26 01:04:34 +03:00
Fix className
problem for JSX component
This commit is contained in:
parent
47ce9ca870
commit
8dd10e847c
|
@ -6,7 +6,7 @@
|
|||
| [`en_core_web_lg`](/models/en#en_core_web_lg) (spaCy v3) | 92.0 | 97.4 | 85.5 |
|
||||
| `en_core_web_lg` (spaCy v2) | 91.9 | 97.2 | 85.5 |
|
||||
|
||||
<figcaption class="caption">
|
||||
<figcaption className="caption">
|
||||
|
||||
**Full pipeline accuracy** on the
|
||||
[OntoNotes 5.0](https://catalog.ldc.upenn.edu/LDC2013T19) corpus (reported on
|
||||
|
@ -24,7 +24,7 @@ the development set).
|
|||
| Stanza (StanfordNLP)<sup>1</sup> | 88.8 | 92.1 |
|
||||
| Flair<sup>2</sup> | 89.7 | 93.1 |
|
||||
|
||||
<figcaption class="caption">
|
||||
<figcaption className="caption">
|
||||
|
||||
**Named entity recognition accuracy** on the
|
||||
[OntoNotes 5.0](https://catalog.ldc.upenn.edu/LDC2013T19) and
|
||||
|
|
|
@ -77,7 +77,7 @@ pipeline, which is less accurate but much cheaper to run.
|
|||
| [Mrini et al.](https://khalilmrini.github.io/Label_Attention_Layer.pdf) (2019) | 97.4 | 96.3 |
|
||||
| [Zhou and Zhao](https://www.aclweb.org/anthology/P19-1230/) (2019) | 97.2 | 95.7 |
|
||||
|
||||
<figcaption class="caption">
|
||||
<figcaption className="caption">
|
||||
|
||||
**Dependency parsing accuracy** on the Penn Treebank. See
|
||||
[NLP-progress](http://nlpprogress.com/english/dependency_parsing.html) for more
|
||||
|
@ -104,7 +104,7 @@ comments.
|
|||
| Flair | `pos`(`-fast`) & `ner`(`-fast`) | 323 | 1,184 |
|
||||
| UDPipe | `english-ewt-ud-2.5` | 1,101 | _n/a_ |
|
||||
|
||||
<figcaption class="caption">
|
||||
<figcaption className="caption">
|
||||
|
||||
**End-to-end processing speed** on raw unannotated text. Project template:
|
||||
[`benchmarks/speed`](%%GITHUB_PROJECTS/benchmarks/speed).
|
||||
|
|
Loading…
Reference in New Issue
Block a user