Skip to content

Commit

Permalink
Update labels [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
ines committed Jan 31, 2021
1 parent c9b52bf commit 82da6ae
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions website/src/templates/models.js
Original file line number Diff line number Diff line change
@@ -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',

0 comments on commit 82da6ae

Please sign in to comment.