dasmith / stanford-corenlp-python

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

Python3.5.3 issues #51

Open ghost opened 7 years ago

ghost commented 7 years ago

python doesn't handle: except ValueError, err: ^ SyntaxError: invalid syntax

Needs to be "as" format. Further issues with print statements.

I can push version for py3, if you'd like. Just let me know.

-EV

victoriastuart commented 6 years ago

@fennec15: "I can push version for py3, if you'd like. Just let me know." >> yes :-)

monod91 commented 6 years ago

would be great!

vladimirsvsv77 commented 6 years ago

60