|
1 | 1 | [
|
2 |
| - { |
3 |
| - "title": "Bulk labeling for text spans", |
4 |
| - "description": "Assigns labels to all occurrences of the selected text at once", |
5 |
| - "path": "bulk-labeling", |
6 |
| - "private": false |
7 |
| - }, |
8 |
| - { |
9 |
| - "title": "Text area word count", |
10 |
| - "description": "Validates the length of a text area based on its word count", |
11 |
| - "path": "count-words-in-textarea", |
12 |
| - "private": false |
13 |
| - }, |
14 |
| - { |
15 |
| - "title": "Connect to LLM backend", |
16 |
| - "description": "Sends prompts to an LLM URL", |
17 |
| - "path": "llm-backend", |
18 |
| - "private": false |
19 |
| - }, |
20 |
| - { |
21 |
| - "title": "Markdown to HTML", |
22 |
| - "description": "Converts markdown to HTML format", |
23 |
| - "path": "markdown-to-html", |
24 |
| - "private": false |
25 |
| - }, |
26 |
| - { |
27 |
| - "title": "Text span overlap validation", |
28 |
| - "description": "Prevents overlap of text spans", |
29 |
| - "path": "ner-text-span-overlap-validation", |
30 |
| - "private": false |
31 |
| - }, |
32 |
| - { |
33 |
| - "title": "Spam and bot detection", |
34 |
| - "description": "Pauses an annotator if bot behavior in detected", |
35 |
| - "path": "pausing-annotator", |
36 |
| - "private": false |
37 |
| - }, |
38 |
| - { |
39 |
| - "title": "Data visualization", |
40 |
| - "description": "Display a Plotly chart to annotators", |
41 |
| - "path": "plotly", |
42 |
| - "private": false |
43 |
| - }, |
44 |
| - { |
45 |
| - "title": "Redact annotator PII", |
46 |
| - "description": "Anonymize the annotator to reduce bias", |
47 |
| - "path": "redact-pii", |
48 |
| - "private": false |
49 |
| - }, |
50 |
| - { |
51 |
| - "title": "Dynamic image swap", |
52 |
| - "description": "Changes active image based on conditions", |
53 |
| - "path": "different-images-per-label", |
54 |
| - "private": false |
55 |
| - }, |
56 |
| - { |
57 |
| - "title": "Spellcheck", |
58 |
| - "description": "Validates misspelled text", |
59 |
| - "path": "spellcheck", |
60 |
| - "private": false |
61 |
| - }, |
62 |
| - { |
63 |
| - "title": "Validate JSON", |
64 |
| - "description": "Checks that the introduced text is a valid JSON", |
65 |
| - "path": "validate-json-in-textarea", |
66 |
| - "private": false |
67 |
| - } |
| 2 | + { |
| 3 | + "title": "Bulk labeling for text spans", |
| 4 | + "description": "Assigns labels to all occurrences of the selected text at once", |
| 5 | + "path": "bulk-labeling", |
| 6 | + "private": false |
| 7 | + }, |
| 8 | + { |
| 9 | + "title": "Text area word count", |
| 10 | + "description": "Validates the length of a text area based on its word count", |
| 11 | + "path": "count-words-in-textarea", |
| 12 | + "private": false |
| 13 | + }, |
| 14 | + { |
| 15 | + "title": "Connect to LLM backend", |
| 16 | + "description": "Sends prompts to an LLM URL", |
| 17 | + "path": "llm-backend", |
| 18 | + "private": false |
| 19 | + }, |
| 20 | + { |
| 21 | + "title": "Markdown to HTML", |
| 22 | + "description": "Converts markdown to HTML format", |
| 23 | + "path": "markdown-to-html", |
| 24 | + "private": false |
| 25 | + }, |
| 26 | + { |
| 27 | + "title": "Text span overlap validation", |
| 28 | + "description": "Prevents overlap of text spans", |
| 29 | + "path": "ner-text-span-overlap-validation", |
| 30 | + "private": false |
| 31 | + }, |
| 32 | + { |
| 33 | + "title": "Spam and bot detection", |
| 34 | + "description": "Pauses an annotator if bot behavior in detected", |
| 35 | + "path": "pausing-annotator", |
| 36 | + "private": false |
| 37 | + }, |
| 38 | + { |
| 39 | + "title": "Data visualization", |
| 40 | + "description": "Display a Plotly chart to annotators", |
| 41 | + "path": "plotly", |
| 42 | + "private": false |
| 43 | + }, |
| 44 | + { |
| 45 | + "title": "Redact annotator PII", |
| 46 | + "description": "Anonymize the annotator to reduce bias", |
| 47 | + "path": "redact-pii", |
| 48 | + "private": false |
| 49 | + }, |
| 50 | + { |
| 51 | + "title": "Dynamic image swap", |
| 52 | + "description": "Changes active image based on conditions", |
| 53 | + "path": "different-images-per-label", |
| 54 | + "private": false |
| 55 | + }, |
| 56 | + { |
| 57 | + "title": "Spellcheck", |
| 58 | + "description": "Validates misspelled text", |
| 59 | + "path": "spellcheck", |
| 60 | + "private": false |
| 61 | + }, |
| 62 | + { |
| 63 | + "title": "Validate JSON", |
| 64 | + "description": "Checks that the introduced text is a valid JSON", |
| 65 | + "path": "validate-json-in-textarea", |
| 66 | + "private": false |
| 67 | + } |
68 | 68 | ]
|
0 commit comments