Varsha Waingankar

Results 3 comments of Varsha Waingankar

@thibault- I installed spacy 2.3.0 but I am still running into issues.

I am having the same issue - the certificate has expired.

Try this, set the verify option to false to get it to work def query_raw(text, url="https://bern.korea.ac.kr/plain"): """Biomedical entity linking API""" return requests.post(url, data={'sample_text': text},verify=False).json()