Skip to content

Commit 75fd2ab

Browse files
authored
Merge pull request #7 from HumanSignal/docs/update-manifest
docs: Edit manifest
2 parents 8434ec9 + 4134e06 commit 75fd2ab

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

manifest.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
[
22
{
3-
"title": "Bulk Labeling",
3+
"title": "Bulk labeling for text spans",
44
"description": "Assigns labels to all occurrences of the selected text at once",
55
"path": "bulk-labeling",
66
"private": false
77
},
88
{
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",
1111
"path": "count-words-in-textarea",
1212
"private": false
1313
},
1414
{
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",
1717
"path": "llm-backend",
1818
"private": false
1919
},
@@ -24,31 +24,31 @@
2424
"private": false
2525
},
2626
{
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",
2929
"path": "ner-text-span-overlap-validation",
3030
"private": false
3131
},
3232
{
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",
3535
"path": "pausing-annotator",
3636
"private": false
3737
},
3838
{
39-
"title": "Insert Plotly Chart",
40-
"description": "Insert Plotly Chart",
39+
"title": "Data visualization",
40+
"description": "Display a Plotly chart to annotators",
4141
"path": "plotly",
4242
"private": false
4343
},
4444
{
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",
4747
"path": "redact-pii",
4848
"private": false
4949
},
5050
{
51-
"title": "Dynamic Image Swap",
51+
"title": "Dynamic image swap",
5252
"description": "Changes active image based on conditions",
5353
"path": "different-images-per-label",
5454
"private": false
@@ -61,7 +61,7 @@
6161
},
6262
{
6363
"title": "Validate JSON",
64-
"description": "Checks the introduced text is a valid JSON",
64+
"description": "Checks that the introduced text is a valid JSON",
6565
"path": "validate-json-in-textarea",
6666
"private": false
6767
}

0 commit comments

Comments
 (0)