|
1 | 1 | [ |
2 | 2 | { |
3 | | - "title": "Bulk Labeling", |
| 3 | + "title": "Bulk labeling for text spans", |
4 | 4 | "description": "Assigns labels to all occurrences of the selected text at once", |
5 | 5 | "path": "bulk-labeling", |
6 | 6 | "private": false |
7 | 7 | }, |
8 | 8 | { |
9 | | - "title": "Textarea Wordcount", |
10 | | - "description": "Validates the length of a textarea based on its word count", |
| 9 | + "title": "Text area word count", |
| 10 | + "description": "Validates the length of a text area based on its word count", |
11 | 11 | "path": "count-words-in-textarea", |
12 | 12 | "private": false |
13 | 13 | }, |
14 | 14 | { |
15 | | - "title": "Send Prompt to LLM", |
16 | | - "description": "Connects to LLM Backend", |
| 15 | + "title": "Connect to LLM backend", |
| 16 | + "description": "Sends prompts to an LLM URL", |
17 | 17 | "path": "llm-backend", |
18 | 18 | "private": false |
19 | 19 | }, |
|
24 | 24 | "private": false |
25 | 25 | }, |
26 | 26 | { |
27 | | - "title": "NER Overlap Validations", |
28 | | - "description": "Prevents overlaps of NER labels", |
| 27 | + "title": "Text span overlap validation", |
| 28 | + "description": "Prevents overlap of text spans", |
29 | 29 | "path": "ner-text-span-overlap-validation", |
30 | 30 | "private": false |
31 | 31 | }, |
32 | 32 | { |
33 | | - "title": "Pausing Annotator", |
34 | | - "description": "Pauses the annotator based on certain rules", |
| 33 | + "title": "Spam and bot detection", |
| 34 | + "description": "Pauses an annotator if bot behavior in detected", |
35 | 35 | "path": "pausing-annotator", |
36 | 36 | "private": false |
37 | 37 | }, |
38 | 38 | { |
39 | | - "title": "Insert Plotly Chart", |
40 | | - "description": "Insert Plotly Chart", |
| 39 | + "title": "Data visualization", |
| 40 | + "description": "Display a Plotly chart to annotators", |
41 | 41 | "path": "plotly", |
42 | 42 | "private": false |
43 | 43 | }, |
44 | 44 | { |
45 | | - "title": "Redact PII", |
46 | | - "description": "Anonymize the annotator if no Admin permissions", |
| 45 | + "title": "Redact annotator PII", |
| 46 | + "description": "Anonymize the annotator to reduce bias", |
47 | 47 | "path": "redact-pii", |
48 | 48 | "private": false |
49 | 49 | }, |
50 | 50 | { |
51 | | - "title": "Dynamic Image Swap", |
| 51 | + "title": "Dynamic image swap", |
52 | 52 | "description": "Changes active image based on conditions", |
53 | 53 | "path": "different-images-per-label", |
54 | 54 | "private": false |
|
61 | 61 | }, |
62 | 62 | { |
63 | 63 | "title": "Validate JSON", |
64 | | - "description": "Checks the introduced text is a valid JSON", |
| 64 | + "description": "Checks that the introduced text is a valid JSON", |
65 | 65 | "path": "validate-json-in-textarea", |
66 | 66 | "private": false |
67 | 67 | } |
|
0 commit comments