ner-span / layouts /task_layout.html
davidjurgens's picture
Deploy Potato demo: Potato — Span Labeling (NER)
d2b8632 verified
Raw
History Blame Contribute Delete
2.35 kB
<!-- CONFIG_HASH: 4bce8f6366d82911ee686b4afffc093f_25c925ff2c58488b1dcf52d91a14eb51 -->
<!-- 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="certainty" class="annotation-form span shadcn-span-container" action="javascript:void(0)" data-annotation-id="0" data-grid-columns="1">
<fieldset schema="certainty">
<legend class="shadcn-span-title">Highlight which phrases make the sentence more or less certain</legend>
<div class="shadcn-span-options">
<div class="shadcn-span-option">
<input class="certainty shadcn-span-checkbox"
for_span="true"
type="checkbox"
id="certainty_certain"
name="span_label:::certainty"
value="certain"
onclick="onlyOne(this); changeSpanLabel(this, 'certainty', 'certain', 'certain', '(110, 86, 207)', '');"
data-target-field=""
validation="">
<label for="certainty_certain" class="shadcn-span-label" >
<span style="background-color:rgb(110, 86, 207,0.4);">certain</span>
</label>
</div>
<div class="shadcn-span-option">
<input class="certainty shadcn-span-checkbox"
for_span="true"
type="checkbox"
id="certainty_uncertain"
name="span_label:::certainty"
value="uncertain"
onclick="onlyOne(this); changeSpanLabel(this, 'certainty', 'uncertain', 'uncertain', '(239, 68, 68)', '');"
data-target-field=""
validation="">
<label for="certainty_uncertain" class="shadcn-span-label" >
<span style="background-color:rgb(239, 68, 68,0.4);">uncertain</span>
</label>
</div>
</div></fieldset></form>
</div>