As an annotator, when I find a pair that has two or more "values", I click on boxes for the first value, and then have to click the "value" text form, type a key for the delimiter (,? ;? ;;? commas are probably not safe to use since we have some text with commas appearing in credits scene for example e.g., special thanks: some institution, City, State)
Instead I'd like to be able to hit another HTML button to generate the delimiter for me. I think there could be different ways to implement this.
hit button --> an delimiter appended to the text input form --> continue to next value
hit button --> a new "value" text input form is created and obtains "focus" --> next "add to value" event will add text to the focused form.
Related
No response
Alternatives
Continue doing manual insertion of delimiters by keystroke. But it will severely slow down annotation speed.
New Feature Summary
As an annotator, when I find a pair that has two or more "values", I click on boxes for the first value, and then have to click the "value" text form, type a key for the delimiter (
,
?;
?;;
? commas are probably not safe to use since we have some text with commas appearing in credits scene for example e.g.,special thanks
:some institution, City, State
)Instead I'd like to be able to hit another HTML button to generate the delimiter for me. I think there could be different ways to implement this.
Related
No response
Alternatives
Continue doing manual insertion of delimiters by keystroke. But it will severely slow down annotation speed.
Additional context
No response