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

YEDDA.py "setMapShow" function should change a little #21

Closed TwilightSpar closed 5 years ago

TwilightSpar commented 5 years ago

with open (self.configFile, 'rb') as fp: should be with open (self.configFile, 'r') as fp: because rb will fail loaded in Windows operation, but MacOS is fine in both

jiesutd commented 5 years ago

Merged, thank you very much!