jonorthwash / ud-annotatrix

GNU General Public License v3.0
59 stars 49 forks source link

Look into using the layout engine from CoNLLUEditor #400

Open ftyers opened 4 years ago

ftyers commented 4 years ago

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.

jonorthwash commented 4 years ago

@JPJPJPOPOP

JPJPJPOPOP commented 4 years ago

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.