ud-annotatrix
ud-annotatrix copied to clipboard
Look into using the layout engine from CoNLLUEditor
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.
@JPJPJPOPOP
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.