|
1 | 1 | [ |
2 | | - { |
3 | | - "title": "Bulk labeling for text spans with keyboard shortcuts", |
4 | | - "description": "Assigns labels to all occurrences of the selected text at once and removes them", |
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 | | - { |
69 | | - "title": "Simple content moderation", |
70 | | - "description": "Prevents saving annotations containing inappropriate content", |
71 | | - "path": "simple-content-moderation", |
72 | | - "private": false |
73 | | - }, |
74 | | - { |
75 | | - "title": "Multi-frame video view", |
76 | | - "description": "Synchronizes multiple video views to display a video with different frame offsets", |
77 | | - "path": "multi-frame-video-view", |
78 | | - "private": false |
79 | | - } |
| 2 | + { |
| 3 | + "title": "Bulk labeling for text spans with keyboard shortcuts", |
| 4 | + "description": "Assigns labels to all occurrences of the selected text at once and removes them", |
| 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 | + { |
| 69 | + "title": "Simple content moderation", |
| 70 | + "description": "Prevents saving annotations containing inappropriate content", |
| 71 | + "path": "simple-content-moderation", |
| 72 | + "private": false |
| 73 | + }, |
| 74 | + { |
| 75 | + "title": "Multi-frame video view", |
| 76 | + "description": "Synchronizes multiple video views to display a video with different frame offsets", |
| 77 | + "path": "multi-frame-video-view", |
| 78 | + "private": false |
| 79 | + }, |
| 80 | + { |
| 81 | + "title": "Dynamic text tags from textarea", |
| 82 | + "description": "Dynamically populates a text box given the input of a text area tag for span based labeling", |
| 83 | + "path": "dynamic-text-spans", |
| 84 | + "private": false |
| 85 | + } |
80 | 86 | ] |
0 commit comments