You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 16, 2020. It is now read-only.
When a user tags two subsequent tags of the same type which are continued over multiple lines (or words when in word transcription mode), the two tags cannot be distinguished by the "continued=true" attribute alone.
Example:
line1: Hans
line2: Huber
line3: Johann Wolfgang
line4: von Goethe
line1+line2 will be tagged as person with attribute continued=true and line3+line4 also and thus they cannot be distinguished by the continued attribute alone.
Possible (hacky) solution: distinguish by tag values
Possible (more sophisticated) solution: additional properties that reference parent and / or child ids of continued tags ("parentId" and/or "childId" attributes?)
The text was updated successfully, but these errors were encountered:
Third, simple and preferred solution for now: set continued=false for the first part of a continued tag -> maybe have to rewrite some "getTagAndContinuations" methods
When a user tags two subsequent tags of the same type which are continued over multiple lines (or words when in word transcription mode), the two tags cannot be distinguished by the "continued=true" attribute alone.
Example:
line1: Hans
line2: Huber
line3: Johann Wolfgang
line4: von Goethe
line1+line2 will be tagged as person with attribute continued=true and line3+line4 also and thus they cannot be distinguished by the continued attribute alone.
Possible (hacky) solution: distinguish by tag values
Possible (more sophisticated) solution: additional properties that reference parent and / or child ids of continued tags ("parentId" and/or "childId" attributes?)
The text was updated successfully, but these errors were encountered: