-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support multiple label in sequence labeling #19
Comments
I would love this feature as well. I think the basic feature request would be to support adding SequenceAnnotation objects with a span that overlaps an existing SequenceAnnotation object (which I imagine is a front-end feature). The advanced feature (for a different issue after this is implemented) might be to nest the two labels visually or split the colors. But overall the ability to tag a span with more than one label seems invaluable |
Feature/Reworked delete action for Document model
I'd love the feature as well. |
Any update on this? |
Would this require much of anything beyond removing parts of the validation here? doccano/frontend/components/organisms/annotation/EntityItemBox.vue Lines 191 to 201 in 4e25f16
If someone knowledgeable (read: not me) about front end stuff/vue could sketch out a high level overview of how someone might get a POC out it might stimulate one of us to take a stab at it. |
Any update? |
I solved this problem in #1511 . |
Hi,
I'm trying to annotate a sentence using different labels fro the same set of words.
For example, for the sentence:
"the dog jumps on the skateboard"
I want the following labels:
the dog -> subject
jumps -> verb
dog -> animal
the dog jumps -> action
on the skateboard -> where
skateboard -> object
I tried to create a sequence labeling project, but seems like when I select a label for a word, I can't label that word or a sentence that include that word again.
Is there a workaround to obtain what I need?
The text was updated successfully, but these errors were encountered: