py-corenlp
py-corenlp copied to clipboard
Code fails to escape percent for web service requests
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.