From 8dd10e847c1cf343919b54e8793dc24528f73a64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20Bl=C3=A4ttermann?= Date: Mon, 5 Dec 2022 17:09:29 +0100 Subject: [PATCH] Fix `className` problem for JSX component --- website/docs/usage/_benchmarks-models.mdx | 4 ++-- website/docs/usage/facts-figures.mdx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/website/docs/usage/_benchmarks-models.mdx b/website/docs/usage/_benchmarks-models.mdx index d21cec7d5..58b0b635b 100644 --- a/website/docs/usage/_benchmarks-models.mdx +++ b/website/docs/usage/_benchmarks-models.mdx @@ -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 | -
+
**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)1 | 88.8 | 92.1 | | Flair2 | 89.7 | 93.1 | -
+
**Named entity recognition accuracy** on the [OntoNotes 5.0](https://catalog.ldc.upenn.edu/LDC2013T19) and diff --git a/website/docs/usage/facts-figures.mdx b/website/docs/usage/facts-figures.mdx index cfc456332..75ef7e4f2 100644 --- a/website/docs/usage/facts-figures.mdx +++ b/website/docs/usage/facts-figures.mdx @@ -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 | -
+
**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_ | -
+
**End-to-end processing speed** on raw unannotated text. Project template: [`benchmarks/speed`](%%GITHUB_PROJECTS/benchmarks/speed).