jiesutd / YEDDA

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

fix bugs while using json #57

Closed nsbb closed 1 year ago

nsbb commented 1 year ago

json.dump -> json.dump(json.dumps) json.load -> json.loads(json.load) self.KeyDef2Dic(self.pressCommand) -> self.KeyDef2Dic()