Bin
2025-12-17 dcf780a91c16b6be28635b6e2e0e702060ee19f2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<View>
<!-- Template sourced from awesome-label-studio-config repository: https://github.com/humanSignal/awesome-label-studio-config/tree/main/label-configs/html-ner-tagging-person-and-organization -->
 
  <HyperTextLabels name="ner" toName="text">
    <Label value="Person" background="green"/>
    <Label value="Organization" background="blue"/>
  </HyperTextLabels>
 
  <View style="border: 1px solid #CCC;
               border-radius: 10px;
               padding: 5px">
    <HyperText name="text" value="$text"/> 
              </View>
</View>
 
 
<!-- [
  {
    "text": "<h1>John works at Acme Inc.</h1><p>He lives in New York.</p>"
  },
  {
    "text": "<div>Mary Smith is employed at BetaCorp.</div><p>They are located in San Francisco.</p>"
  }
]
-->