Spaces:
Paused
Paused
File size: 4,587 Bytes
1cd0447 | 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 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 | <!-- CONFIG_HASH: ca1c9753f67f0d9a375936624289acb9_5acc7999640d964d03f979651fc4b2d9 -->
<!-- Generated annotation layout file -->
<!-- This file was automatically generated based on the annotation schemes in your config -->
<!-- You can customize this file to modify the layout of your annotation interface -->
<!-- Changes to this file will be preserved across server restarts -->
<div class="annotation_schema">
<form id="ner" class="annotation-form span shadcn-span-container" action="javascript:void(0)" data-annotation-id="0" data-entity-linking='{"enabled": true, "knowledge_bases": [{"name": "wikidata", "type": "wikidata", "language": "en"}], "auto_search": true, "required": false, "multi_select": false}' data-grid-columns="1">
<fieldset schema="ner">
<legend class="shadcn-span-title">Highlight and link named entities to Wikidata</legend>
<div class='entity-linking-hint'>Click the link icon on spans to connect to knowledge base entities</div>
<div class="shadcn-span-options">
<div class="shadcn-span-option">
<input class="ner shadcn-span-checkbox"
for_span="true"
type="checkbox"
id="ner_PERSON"
name="span_label:::ner"
value="PERSON"
onclick="onlyOne(this); changeSpanLabel(this, 'ner', 'PERSON', 'PERSON', '(110, 86, 207)', '');"
data-target-field=""
validation="">
<label for="ner_PERSON" class="shadcn-span-label" data-toggle="tooltip" data-html="true" data-placement="top" title="A person's name (e.g., Albert Einstein, Marie Curie)">
<span style="background-color:rgb(110, 86, 207,0.4);">PERSON</span>
</label>
</div>
<div class="shadcn-span-option">
<input class="ner shadcn-span-checkbox"
for_span="true"
type="checkbox"
id="ner_ORGANIZATION"
name="span_label:::ner"
value="ORGANIZATION"
onclick="onlyOne(this); changeSpanLabel(this, 'ner', 'ORGANIZATION', 'ORGANIZATION', '(239, 68, 68)', '');"
data-target-field=""
validation="">
<label for="ner_ORGANIZATION" class="shadcn-span-label" data-toggle="tooltip" data-html="true" data-placement="top" title="An organization name (e.g., NASA, United Nations)">
<span style="background-color:rgb(239, 68, 68,0.4);">ORGANIZATION</span>
</label>
</div>
<div class="shadcn-span-option">
<input class="ner shadcn-span-checkbox"
for_span="true"
type="checkbox"
id="ner_LOCATION"
name="span_label:::ner"
value="LOCATION"
onclick="onlyOne(this); changeSpanLabel(this, 'ner', 'LOCATION', 'LOCATION', '(113, 113, 122)', '');"
data-target-field=""
validation="">
<label for="ner_LOCATION" class="shadcn-span-label" data-toggle="tooltip" data-html="true" data-placement="top" title="A location or place name (e.g., Paris, Mount Everest)">
<span style="background-color:rgb(113, 113, 122,0.4);">LOCATION</span>
</label>
</div>
<div class="shadcn-span-option">
<input class="ner shadcn-span-checkbox"
for_span="true"
type="checkbox"
id="ner_EVENT"
name="span_label:::ner"
value="EVENT"
onclick="onlyOne(this); changeSpanLabel(this, 'ner', 'EVENT', 'EVENT', '(245, 158, 11)', '');"
data-target-field=""
validation="">
<label for="ner_EVENT" class="shadcn-span-label" data-toggle="tooltip" data-html="true" data-placement="top" title="A named event (e.g., World War II, Olympics)">
<span style="background-color:rgb(245, 158, 11,0.4);">EVENT</span>
</label>
</div>
</div></fieldset></form>
</div>
|