dasmith / stanford-corenlp-python

Python wrapper for Stanford CoreNLP tools v3.4.1
GNU General Public License v2.0
610 stars 229 forks source link

File "corenlp.py", line 226 except Exception, e: Syntax error #44

Closed justking14 closed 7 years ago

justking14 commented 7 years ago

Trying to run this in the terminal on my mac, but when I try running python corenlp.py, it gives me a syntax error at line 226 of corenlp.py. Any way to fix this?

I really need to get this working soon.

vishalkejriwal commented 7 years ago

How you resolved this?

DenisPeskoff commented 6 years ago

Same issue

nazihbissat commented 6 years ago

Same issue!

RajaAyyanar commented 6 years ago

Same Issue.

HarmC commented 5 years ago

replace the comma with the word as. So Exception as e: You will need to repeat this process in some other places of the project as well.