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

SyntaxError: Missing parentheses in call to 'print' #10

Closed forconz closed 6 years ago

forconz commented 6 years ago

git clone https://github.com/jiesutd/YEDDA.git python YEDDA_Annotator.py it throw a error.

PS D:\Projects\Test\Information-Extraction-Chinese\YEDDA> python YEDDA_Annotator.py File "YEDDA_Annotator.py", line 185 print "Action Track: singleLeftClick" ^ SyntaxError: Missing parentheses in call to 'print'

forconz commented 6 years ago

跑YEDDA-0.6> python SUTDAnnotator.py也是这个问题

chinmayshah99 commented 6 years ago

Hey @forconz, it's due to different version of python. You can check it here. You need python 2.x for this repo.

forconz commented 6 years ago

@chinmayshah99 many thanks