smilli / py-corenlp

Python wrapper for Stanford CoreNLP
353 stars 75 forks source link

Code fails to escape percent for web service requests #33

Open manning opened 5 years ago

manning commented 5 years ago

Based on the report from @bishanyang, in stanfordnlp/CoreNLP#784, it seems like this code fails to escaping a % by encoding it as %25 when making a percent-encoded web service request.