Closed luutuntin closed 5 years ago
Good question, alternative annotation is still a bit underused and underdeveloped. I see the visualisation is also missing, and indeed editing the alternative. This will need to be developed.
I've implemented the viewing part for alternative inline annotations (not released/deployed yet), it will look as follows and require the new "show alternative annotations" toggle in the tools & options menu to be enabled, as by default it will be disabled:
Editing/removing alternative annotations requires some extra work still.
@luutuntin I have an additional question regarding your use case, you asked:
But how to access the alternative annotation to modify it in FLAT?
I assume you mean you want to change the alternative annotation right? (and keep it as an alternative), this is the part I'd still have to implement. But I was thinking your question could perhaps also be interpreted as "I want to change the actual annotation (PART) to take the value of the alternative (ADV), which is something FoLiA/FLAT's suggestion-for-correction mechanism would be able to provide already (but another shortcut listing alternatives might be appropriate here too).
Thank you, the viewing part for alternative inline annotations looks great. Yes, we want to be able to change the alternative annotation in FLAT, and in general, it is desirable that annotators can edit any information they have entered.
it is desirable that annotators can edit any information they have entered.
Indeed, I completely agree.
In this example, I can see that both annotations of
domain
andsense
are grouped together under the same<alt>
element, which has its ownxml:id
(e.g.example.p.1.s.1.w.5.alt.1
). Currently, if I try to add alternativelemma
andpos
at the same time by one click ofOK
at the bottom of Annotation Editor in FLAT, each of them will be put in a separate<alt>
element, which doesn't have anyxml:id
. I just want to make sure that you are aware of this. (And I definitely prefer the behavior in your example, which is consistent with the FoLiA documentation.)
Right, that is a good point indeed. The current edit capabilities don't allow grouping alternatives yet, but I agree that grouping them when they are edited in the same edit session would be a good solution. I'll implement that.
Great.
Hi Maarten,
Here is my use case:
"Просто" is automatically tagged as
PART
.The annotator suggests an alternative,
ADV
.We can see the annotation result.
But how to access the alternative annotation to modify it in FLAT?
Best, Alex