ud-annotatrix icon indicating copy to clipboard operation
ud-annotatrix copied to clipboard

Look into using the layout engine from CoNLLUEditor

Open ftyers opened this issue 5 years ago • 2 comments

This editor has a pretty nice solution to the layout problem, https://github.com/Orange-OpenSource/conllueditor

I think it's custom code in JS, we could consider using it.

ftyers avatar May 05 '20 18:05 ftyers

@JPJPJPOPOP

jonorthwash avatar May 05 '20 18:05 jonorthwash

I took a look and it deals with the heights really nicely. ~~It doesn't support some things like multi-word tokens~~ (it does) and the editing features can be improved (like being able to delete deprels?), but it uses SVG so it is not too hard to fix these issues, so it is definitely is a good choice.

JPJPJPOPOP avatar May 06 '20 05:05 JPJPJPOPOP