-
Notifications
You must be signed in to change notification settings - Fork 388
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
Improve label organization and interaction in Token Classification #1852
Comments
Some ideas I would like to add to this:
then for keyboard shortcuts you would first press the parent tag key, then the sub. |
…2339) # Description This is a stop-gap solution to issue #1852 A more sophisticated solution can be found but in the mean time this solves the inconvenience when there are tags more than 10. **Type of change** (Please delete options that are not relevant. Remember to title the PR according to the type of change) - [x] Improvement (change adding some improvement to an existing functionality) **How Has This Been Tested** (Please describe the tests that you ran to verify your changes. And ideally, reference `tests`) - [ ] Test A - [ ] Test B **Checklist** - [ ] I have merged the original branch into my forked branch - [ ] I added relevant documentation - [ ] follows the style guidelines of this project - [x] I did a self-review of my code - [ ] I added comments to my code - [ ] I made corresponding changes to the documentation - [ ] My changes generate no new warnings - [ ] I have added tests that prove my fix is effective or that my feature works
@dvsrepo Would you say this issue has been addressed properly in the |
|
Here are my first impressions & feedback about the new
@dvsrepo Here is more general feedback about the Visual:
Functional:
In the future my hope is to combine multiple tasks (span &text classification & etc) into one record in a feedback dataset. I haven't played around much with the actual annotation part yet so may have more feedback soon 🙈 |
Description
Creating a new UI mode that helps with annotation sessions.
This mode must be included for all defined tasks and should keep the user interaction as simple as possible and hard oriented to annotation.
From issue #1851
Describe the bug
With more than 10 labels the button hot-links stop.
To Reproduce
Go to token / text-classification and assign >10 label options.
Expected behavior
I would expect them to continue on function keys or initial qwerty keys.
Screenshots
The text was updated successfully, but these errors were encountered: