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

Installation error due to hard coding in corenlp.py #50

Open shreyasrkarthik opened 7 years ago

shreyasrkarthik commented 7 years ago

In class StanfordCoreNLP in 'corenlp.py', the jars version are hard coded, so any jars which are of updated version are not accepted hence produces an error while launching the server.

Needs change in the lookup manner.