Skip to content

Commit f437012

Browse files
authored
docs fix (#8296)
1 parent c828b85 commit f437012

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

docs/source/templates/html_ner_tagging_person_and_organization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ This labeling config uses HyperText elements for named entity recognition on HTM
2828
<Label value="Organization" background="blue"/>
2929
</HyperTextLabels>
3030

31-
<View style="border: 1001px solid #CCC;
31+
<View style="border: 1px solid #CCC;
3232
border-radius: 10px;
3333
padding: 5px">
3434
<HyperText name="text" value="$text"/>

docs/source/templates/two_level_sentiment_analysis_of_x_twitter_posts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ This labeling config lets you assign a sentiment (Positive, Negative, or Neutral
2929
</Style>
3030
<View
3131
style="
32-
border: 1004px solid #e1e8ed;
32+
border: 1px solid #e1e8ed;
3333
border-radius: 8px;
3434
padding: 10px;
3535
max-width: 500px;

label_studio/annotation_templates/community-contributions/ner-tagging-invoices-bio-format/config.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
2-
<!-- Template sourced from awesome-label-studio-config repository: https://github.com/humanSignal/awesome-label-studio-config/tree/main/label-configs/ner-tagging-invoices-bio-format -->
31
<View style="display: flex; align-items: flex-start; gap: 1em;">
2+
<!-- Template sourced from awesome-label-studio-config repository: https://github.com/humanSignal/awesome-label-studio-config/tree/main/label-configs/ner-tagging-invoices-bio-format -->
3+
44
<!-- Left panel: labels + filter -->
55
<View style="min-width: 250px; padding: 0.5em; background: #f7f7f7; border-radius: 4px;">
66
<Header value="NER Tags" />

label_studio/annotation_templates/community-contributions/ner-tagging-invoices-bio-format/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ image: /static/templates/community-contributions/ner-tagging-invoices-bio-format
55
details: <h1>NER Tagging for Invoices (BIO Format)</h1>
66
source_repo: https://github.com/humanSignal/awesome-label-studio-config/tree/main/label-configs/ner-tagging-invoices-bio-format
77
config: |
8-
<!-- Template sourced from awesome-label-studio-config repository: https://github.com/humanSignal/awesome-label-studio-config/tree/main/label-configs/ner-tagging-invoices-bio-format -->
98
<View style="display: flex; align-items: flex-start; gap: 1em;">
9+
<!-- Template sourced from awesome-label-studio-config repository: https://github.com/humanSignal/awesome-label-studio-config/tree/main/label-configs/ner-tagging-invoices-bio-format -->
10+
1011
<!-- Left panel: labels + filter -->
1112
<View style="min-width: 250px; padding: 0.5em; background: #f7f7f7; border-radius: 4px;">
1213
<Header value="NER Tags" />

0 commit comments

Comments
 (0)