nilsreiter / CorefAnnotator

Annotation tool for coreference
Apache License 2.0
32 stars 6 forks source link

Enable longer entity names #353

Closed melandresen closed 2 years ago

melandresen commented 3 years ago

For the current annotation in Q:TRACK, entity names are usually longer than displayed in the entity list. I would suggest at least twice the number of characters.

nilsreiter commented 3 years ago

I'll add an option for that, but I think we should abbreviate the stuff that is entered by annotators anyway.

bkis commented 2 years ago

As UI_MAX_STRING_WIDTH_IN_TREE is set to 100 in the current version on master, I assume this issue has already been addressed?

melandresen commented 2 years ago

Yes, the current setting is fine for our annotations.

bkis commented 2 years ago

Cool. So right now we abbreviate (view-wise) at >100 characters and people have the possibility to increase the width of the tree view to their liking. I think the optimal solution would be to dynamically abbreviate the label according to the current width of the tree view, but if this feature is really ever wanted, it should have its own issue. Also, I hereby predict implementing this would be a small nightmare anyway :wink: I will close this issue in an attempt to tidy up the list a bit. Thank you for replying!