From 82da6aee08792fd4754b9ca1ab693ef339bf3db2 Mon Sep 17 00:00:00 2001 From: Ines Montani Date: Sun, 31 Jan 2021 15:28:52 +1100 Subject: [PATCH] Update labels [ci skip] --- website/src/templates/models.js | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/website/src/templates/models.js b/website/src/templates/models.js index b9658dacd..4d9ce6963 100644 --- a/website/src/templates/models.js +++ b/website/src/templates/models.js @@ -42,11 +42,14 @@ const MODEL_META = { wiki: 'Wikipedia', uas: 'Unlabelled dependencies', las: 'Labelled dependencies', + dep_uas: 'Unlabelled dependencies', + dep_las: 'Labelled dependencies', token_acc: 'Tokenization', tok: 'Tokenization', lemma: 'Lemmatization', morph: 'Morphological analysis', tags_acc: 'Part-of-speech tags (fine grained tags, Token.tag)', + tag_acc: 'Part-of-speech tags (fine grained tags, Token.tag)', tag: 'Part-of-speech tags (fine grained tags, Token.tag)', pos: 'Part-of-speech tags (coarse grained tags, Token.pos)', ents_f: 'Named entities (F-score)', @@ -55,9 +58,9 @@ const MODEL_META = { ner_f: 'Named entities (F-score)', ner_p: 'Named entities (precision)', ner_r: 'Named entities (recall)', - sent_f: 'Sentence segmentation (F-score)', - sent_p: 'Sentence segmentation (precision)', - sent_r: 'Sentence segmentation (recall)', + sents_f: 'Sentence segmentation (F-score)', + sents_p: 'Sentence segmentation (precision)', + sents_r: 'Sentence segmentation (recall)', cpu: 'words per second on CPU', gpu: 'words per second on GPU', pipeline: 'Active processing pipeline components in order',