jonorthwash / ud-annotatrix

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

two annotators on one treebank causes intermittent skips to beginning of treebank #381

Closed ksteimel closed 4 years ago

ksteimel commented 4 years ago

If you have uploaded a CONLL-U corpus and have two annotators working on the same server with backend on the same treebank, the sentence that is displayed will randomly jump back to the first sentence in the treebank.

It seems to be linked to the other annotator making a change to the treebank.

Some additional information:

kmurphy4 commented 4 years ago

Thanks for the bug report! Agreed that this is definitely not the desired behavior :)

I'll try to reproduce this weekend and get back to you.

ksteimel commented 4 years ago

Thanks a lot!

keggsmurph21 commented 4 years ago

@ksteimel I was able to reproduce this bug this morning and made this patch.

Let me know if you're still having the same issue after git pulling! Thanks again for the report.

Happy annotating :)