Skip to content
This repository has been archived by the owner on Nov 16, 2020. It is now read-only.

Two subsequent continued tags of same type cannot be distinguished #8

Open
jkloe opened this issue May 30, 2017 · 2 comments
Open

Two subsequent continued tags of same type cannot be distinguished #8

jkloe opened this issue May 30, 2017 · 2 comments
Assignees
Labels

Comments

@jkloe
Copy link
Contributor

jkloe commented May 30, 2017

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?)

@jkloe jkloe added the bug label May 30, 2017
@jkloe jkloe self-assigned this May 30, 2017
@jkloe
Copy link
Contributor Author

jkloe commented May 30, 2017

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

@bejohu
Copy link

bejohu commented Mar 20, 2018

+1 for assigning same id to all partial tags belonging to same tag

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants