jiesutd / YEDDA

YEDDA: A Lightweight Collaborative Text Span Annotation Tool. Code for ACL 2018 Best Demo Paper Nomination.
Apache License 2.0
1.02k stars 297 forks source link

move to Python3, add colorful annotation #40

Closed etern closed 2 years ago

etern commented 4 years ago
  1. Python3.6
  2. fix the type-then-delete-key bug, by breaking tk event chain
  3. use dimmer color for annotation edge, emphasize annotation text
  4. prompt config dialog on export
  5. colorful annotation
  6. add cursor preview when using command annotation
jiesutd commented 4 years ago

Thanks for contributing! But it still has errors in both Python 2 and 3. Could you please double-check and test your code?

etern commented 4 years ago

This PR will not compatible with Python2, if that's a problem, then this PR should be rejected, sorry for that 😟. As for Python3, can you give some hint about the error? it works fine in my environment.

jiesutd commented 2 years ago

Hi @etern, I finally got time to verify and test this pull request. Beautiful work! Many thanks for your great contribution!